From 30c6c4a1be41a59ea9335bc3566371276a72763f Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sat, 31 Mar 2012 22:51:39 -0500 Subject: Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e31da77..07e610d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ libjson_la_SOURCES = \ linkhash.c \ printbuf.c -check_PROGRAMS = test1 test2 test4 test_parse_int64 test_null test_cast +check_PROGRAMS = test1 test2 test4 test_parse_int64 test_null test_cast test_parse test1_SOURCES = test1.c test1_LDADD = $(lib_LTLIBRARIES) @@ -58,7 +58,10 @@ test_null_LDADD = $(lib_LTLIBRARIES) test_cast_SOURCES = test_cast.c test_cast_LDADD = $(lib_LTLIBRARIES) -TESTS = test1.test test2.test test4.test parse_int64.test test_null.test test_cast.test +test_parse_SOURCES = test_parse.c +test_parse_LDADD = $(lib_LTLIBRARIES) + +TESTS = test1.test test2.test test4.test parse_int64.test test_null.test test_cast.test test_parse.test EXTRA_DIST += $(TESTS) testsubdir=testSubDir TESTS_ENVIRONMENT = top_builddir=$(top_builddir) -- cgit v1.2.1