test: distribute the fuzzcheck.sh script

The TESTS target runs fuzzcheck.sh so make sure it is included
in the distributed tarball.

(The test itself will be pointless when run on a distribution, because
the fuzzing corpus directories are not shipped, but at least this
means that `make -C test test` should work.)
pull/121/head
David Drysdale 8 years ago
parent d9fd0a5ed9
commit a4a0d2fb7e
  1. 3
      test/Makefile.am

@ -10,12 +10,13 @@ GTEST_DIR = $(GMOCK_DIR)/gtest
CPPFLAGS += -I$(ARES_SRC_DIR) -isystem $(GTEST_DIR)/include -isystem $(GMOCK_DIR)/include
CXXFLAGS += -Wall $(PTHREAD_CFLAGS)
# Makefile.inc provides the TESTSOURCES, TESTHEADERS and FUZZSOURCES defines
# Makefile.inc provides the various *SOURCES and *HEADERS defines
include Makefile.inc
TESTS = arestest fuzzcheck.sh
noinst_PROGRAMS = arestest aresfuzz aresfuzzname dnsdump
EXTRA_DIST = fuzzcheck.sh
arestest_SOURCES = $(TESTSOURCES) $(TESTHEADERS)
arestest_LDADD = libgmock.la libgtest.la $(ARES_BLD_DIR)/libcares.la $(PTHREAD_LIBS)

Loading…
Cancel
Save