Browse Source

make sure new header gets added to distribution

pull/497/head
andy5995 6 years ago
parent
commit
7c2db7dfbb
No known key found for this signature in database GPG Key ID: 6BFEC9B82603CAF
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/Makefile.am

+ 1
- 1
tests/Makefile.am View File

@@ -40,7 +40,7 @@ EXTRA_DIST += valid.json

# Note: handled by test1.test
check_PROGRAMS += test1Formatted
test1Formatted_SOURCES = test1.c parse_flags.c parse_flags.h
test1Formatted_SOURCES = test1.c parse_flags.c parse_flags.h test_common.h
test1Formatted_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_FORMATTED
EXTRA_DIST+= test1Formatted_plain.expected
EXTRA_DIST+= test1Formatted_pretty.expected


Loading…
Cancel
Save