Skip to content

Commit

Permalink
add test header code and nmsg test data to the distfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reedjc committed Jan 29, 2020
1 parent 33c566c commit aacd6f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ EXTRA_DIST += \

TESTS_ENVIRONMENT = NMSG_MSGMOD_DIR=$(top_builddir)/.libs

EXTRA_DIST += tests/errors.h
EXTRA_DIST += tests/generic-tests/dedupe.nmsg
EXTRA_DIST += tests/generic-tests/newdomain.nmsg

TESTS += tests/test-parse
check_PROGRAMS += tests/test-parse
tests_test_parse_LDADD = $(libnmsg_LIBS)
Expand Down

0 comments on commit aacd6f9

Please sign in to comment.