From 977c5975e4ead8e27becef8b78740fe5da631195 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 9 Jun 2015 21:13:30 +0200 Subject: Add unittest for JSON and fix put/get overload for const char* --- test/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 5711aa4..9636062 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = @DEFINES@ -I$(top_builddir)/src TESTS = test-query-parser test-header-parser test-multipart-formdata-parser \ - test-args + test-args test-json check_PROGRAMS = $(TESTS) @@ -18,3 +18,6 @@ test_multipart_formdata_parser_LDADD = $(top_srcdir)/src/libcgi.la test_args_SOURCES = test-args.cc test_args_LDADD = $(top_srcdir)/src/libcgi.la + +test_json_SOURCES = test-json.cc +test_json_LDADD = $(top_srcdir)/src/libjson.la -- cgit v1.2.3-70-g09d2