mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
c, cpp: fix test problem
- using LDADD instead of LDFLAGS - fix include path in test.cpp
This commit is contained in:
parent
c69092e110
commit
404a393315
3 changed files with 4 additions and 4 deletions
|
|
@ -23,6 +23,6 @@ check_PROGRAMS = \
|
|||
|
||||
msgpackc_test_SOURCES = test.cpp
|
||||
msgpackc_test_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/c
|
||||
msgpackc_test_LDFLAGS = libmsgpackc.la -lgtest_main
|
||||
msgpackc_test_LDADD = libmsgpackc.la -lgtest_main
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue