diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-06-01 07:16:25 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-06-01 07:16:25 +0900 |
| commit | eabcf15790a774ce718ae1738c6ddb407e1cd279 (patch) | |
| tree | a69c899bd8d136a8fbb6934ea8b5d87a521e4e23 /cpp/test/Makefile.am | |
| parent | 684bca203ad862f30558429081d1a27681fe4559 (diff) | |
| download | msgpack-python-eabcf15790a774ce718ae1738c6ddb407e1cd279.tar.gz | |
cpp: update tests
Diffstat (limited to 'cpp/test/Makefile.am')
| -rw-r--r-- | cpp/test/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Makefile.am b/cpp/test/Makefile.am index f9c5f22..1f52215 100644 --- a/cpp/test/Makefile.am +++ b/cpp/test/Makefile.am @@ -6,7 +6,9 @@ AM_LDFLAGS = ../src/libmsgpack.la -lgtest_main check_PROGRAMS = \ zone \ pack_unpack \ + pack_unpack_c \ streaming \ + streaming_c \ object \ convert \ buffer \ @@ -20,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 |
