diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-06-01 05:15:36 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-06-01 05:15:36 +0900 |
| commit | 6056f939103624d21092a5e4a4d8ffaf9204c191 (patch) | |
| tree | 9a793525a82593106303cf9f073c5f6b8c345d27 /cpp/test/Makefile.am | |
| parent | 18fa2d1af4fc557a6269678e84c404c8612bf1af (diff) | |
| download | msgpack-python-6056f939103624d21092a5e4a4d8ffaf9204c191.tar.gz | |
cpp: add cases.mpac test
Diffstat (limited to 'cpp/test/Makefile.am')
| -rw-r--r-- | cpp/test/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/Makefile.am b/cpp/test/Makefile.am index 3670d7f..f9c5f22 100644 --- a/cpp/test/Makefile.am +++ b/cpp/test/Makefile.am @@ -10,6 +10,7 @@ check_PROGRAMS = \ object \ convert \ buffer \ + cases \ msgpackc_test \ msgpack_test @@ -28,7 +29,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 + |
