diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-07-06 17:00:58 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-07-06 17:00:58 +0900 |
| commit | 3af10a1d000882f338529360bf35ae0e3a21ffc4 (patch) | |
| tree | 021eee52e0a8f8649fc5e2cd880cb316eb0e41c9 /cpp/test | |
| parent | b3987e24028f934e37b809c131d6c62b186a84ac (diff) | |
| download | msgpack-python-3af10a1d000882f338529360bf35ae0e3a21ffc4.tar.gz | |
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
Diffstat (limited to 'cpp/test')
| -rw-r--r-- | cpp/test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Makefile.am b/cpp/test/Makefile.am index 1f52215..bb9439e 100644 --- a/cpp/test/Makefile.am +++ b/cpp/test/Makefile.am @@ -13,6 +13,7 @@ check_PROGRAMS = \ convert \ buffer \ cases \ + version \ msgpackc_test \ msgpack_test @@ -37,6 +38,8 @@ buffer_LDADD = -lz cases_SOURCES = cases.cc +version_SOURCES = version.cc + msgpackc_test_SOURCES = msgpackc_test.cpp msgpack_test_SOURCES = msgpack_test.cpp |
