summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf290a4..3013d32 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,9 @@ test_cdec_json_parser: test_cdec_json_parser.cc
test_msgpack: test_msgpack.cc
$(COMPILER) $(CXXFLAGS) test_msgpack.cc -I./msgpack-c/include/ ./msgpack-c/lib/libmsgpack.a -o test_msgpack
+test_msgpack_streaming: test_msgpack_streaming.cc
+ $(COMPILER) $(CXXFLAGS) test_msgpack_streaming.cc -I./msgpack-c/include/ ./msgpack-c/lib/libmsgpack.a -o test_msgpack_streaming
+
clean:
rm -f test_gason test_json-cpp test_jsoncpp test_libjson
rm -f test_picojson test_rapidjson test_sajson test_JsonBox