From eabcf15790a774ce718ae1738c6ddb407e1cd279 Mon Sep 17 00:00:00 2001 From: frsyuki Date: Tue, 1 Jun 2010 07:16:25 +0900 Subject: cpp: update tests --- cpp/test/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/test/Makefile.am') 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 -- cgit v1.2.1