Include the test_locale test in the tests that run.

This commit is contained in:
Eric Haszlakiewicz
2013-02-26 21:14:07 -06:00
parent 5b36a432c8
commit 94aeed2ecd
3 changed files with 15 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ test_parse_LDADD = $(LIBJSON_LA)
test_locale_LDADD = $(LIBJSON_LA)
TESTS = test1.test test2.test test4.test testReplaceExisting.test parse_int64.test test_null.test test_cast.test test_parse.test
TESTS = test1.test test2.test test4.test testReplaceExisting.test parse_int64.test test_null.test test_cast.test test_parse.test test_locale.test
TESTS+= test_printbuf.test
check_PROGRAMS+=test_printbuf