mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
add c/test.cpp cpp/test.cpp
This commit is contained in:
parent
1ba330c473
commit
d3f9ab7dec
4 changed files with 57 additions and 190 deletions
|
|
@ -32,3 +32,11 @@ libmsgpack_la_LIBADD = -L../c -lmsgpackc
|
|||
# -version-info CURRENT:REVISION:AGE
|
||||
libmsgpack_la_LDFLAGS = -version-info 1:0:0
|
||||
|
||||
check_PROGRAMS = \
|
||||
msgpack_test
|
||||
|
||||
msgpackc_test_SOURCES = test.cpp
|
||||
msgpackc_test_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/c -I$(top_srcdir)/cpp
|
||||
msgpackc_test_LDFLAGS = libmsgpack.la -lgtest_main
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue