]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
test/Makefile.am:add missing deps for test1 and test2 500/head
authorandy5995 <andy400-dev@yahoo.com>
Thu, 25 Jul 2019 19:59:56 +0000 (14:59 -0500)
committerandy5995 <andy400-dev@yahoo.com>
Thu, 25 Jul 2019 19:59:56 +0000 (14:59 -0500)
Allows the tests to pass when running `make distcheck`

This fixes the 2 broken tests I mentioned at
https://github.com/json-c/json-c/pull/499#discussion_r306998261

tests/Makefile.am

index ea57bdab6e0427b9f77bd606ce30f6d5b05cfa8c..a41aabcd399a8ff2317dc4f72619870dbc5051e7 100644 (file)
@@ -45,6 +45,8 @@ test1Formatted_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_FORMATTED
 EXTRA_DIST+= test1Formatted_plain.expected
 EXTRA_DIST+= test1Formatted_pretty.expected
 EXTRA_DIST+= test1Formatted_spaced.expected
+EXTRA_DIST+= test1Formatted_spaced_pretty.expected
+EXTRA_DIST+= test1Formatted_spaced_pretty_pretty_tab.expected
 
 # Note: handled by test2.test
 check_PROGRAMS += test2Formatted
@@ -53,6 +55,8 @@ test2Formatted_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_FORMATTED
 EXTRA_DIST+= test2Formatted_plain.expected
 EXTRA_DIST+= test2Formatted_pretty.expected
 EXTRA_DIST+= test2Formatted_spaced.expected
+EXTRA_DIST+= test2Formatted_spaced_pretty.expected
+EXTRA_DIST+= test2Formatted_spaced_pretty_pretty_tab.expected
 
 test_util_file_SOURCES = test_util_file.c