diff options
Diffstat (limited to 'cpp/test/Makefile.am')
| -rw-r--r-- | cpp/test/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/test/Makefile.am b/cpp/test/Makefile.am index 3670d7f..1f52215 100644 --- a/cpp/test/Makefile.am +++ b/cpp/test/Makefile.am @@ -6,10 +6,13 @@ AM_LDFLAGS = ../src/libmsgpack.la -lgtest_main check_PROGRAMS = \ zone \ pack_unpack \ + pack_unpack_c \ streaming \ + streaming_c \ object \ convert \ buffer \ + cases \ msgpackc_test \ msgpack_test @@ -19,8 +22,12 @@ zone_SOURCES = zone.cc pack_unpack_SOURCES = pack_unpack.cc +pack_unpack_c_SOURCES = pack_unpack_c.cc + streaming_SOURCES = streaming.cc +streaming_c_SOURCES = streaming_c.cc + object_SOURCES = object.cc convert_SOURCES = convert.cc @@ -28,7 +35,11 @@ convert_SOURCES = convert.cc buffer_SOURCES = buffer.cc buffer_LDADD = -lz +cases_SOURCES = cases.cc + msgpackc_test_SOURCES = msgpackc_test.cpp msgpack_test_SOURCES = msgpack_test.cpp +EXTRA_DIST = cases.mpac cases_compact.mpac + |
