diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-09 21:13:30 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-09 21:13:30 +0200 |
| commit | 977c5975e4ead8e27becef8b78740fe5da631195 (patch) | |
| tree | 28049d37ab4dd26cb6588ea0145a26e5f1a4b53d /test/Makefile.am | |
| parent | 8d087b24cd40f609d030cfd0f2bebe8bb976086a (diff) | |
Add unittest for JSON and fix put/get overload for const char*
Diffstat (limited to 'test/Makefile.am')
| -rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
