Browse Source

Merge pull request #500 from andy5995/add_missing_test_deps

test/Makefile.am:add missing deps for test1 and test2
tags/json-c-0.14-20200419
Eric Haszlakiewicz GitHub 6 years ago
parent
commit
4a94ddbd8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tests/Makefile.am

+ 4
- 0
tests/Makefile.am View 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



Loading…
Cancel
Save