Build wire_test
The bin/tests/wire_test helper program is currently not included in any Makefile.am file. Move its source code to bin/tests/system and build it along other helper tools when dnstap support is requested as the "dnstap" system test needs this tool in order to pass.
This commit is contained in:
committed by
Ondřej Surý
parent
ba0e9cb56c
commit
32247dc997
@@ -43,7 +43,7 @@ tkey_keycreate_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(LIBDNS_CFLAGS)
|
||||
|
||||
tkey_keycreate_LDADD = \
|
||||
tkey_keycreate_LDADD = \
|
||||
$(LDADD) \
|
||||
$(LIBDNS_LIBS)
|
||||
|
||||
@@ -51,10 +51,22 @@ tkey_keydelete_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(LIBDNS_CFLAGS)
|
||||
|
||||
tkey_keydelete_LDADD = \
|
||||
tkey_keydelete_LDADD = \
|
||||
$(LDADD) \
|
||||
$(LIBDNS_LIBS)
|
||||
|
||||
if HAVE_DNSTAP
|
||||
check_PROGRAMS += wire_test
|
||||
|
||||
wire_test_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(LIBDNS_CFLAGS)
|
||||
|
||||
wire_test_LDADD = \
|
||||
$(LDADD) \
|
||||
$(LIBDNS_LIBS)
|
||||
endif HAVE_DNSTAP
|
||||
|
||||
TESTS = \
|
||||
acl additional addzone allow-query auth autosign \
|
||||
builtin cacheclean case catz cds \
|
||||
|
||||
@@ -61,7 +61,7 @@ SETTIME=$TOP_BUILDDIR/bin/dnssec/dnssec-settime
|
||||
SIGNER=$TOP_BUILDDIR/bin/dnssec/dnssec-signzone
|
||||
TSIGKEYGEN=$TOP_BUILDDIR/bin/confgen/tsig-keygen
|
||||
VERIFY=$TOP_BUILDDIR/bin/dnssec/dnssec-verify
|
||||
WIRETEST=$TOP_BUILDDIR/bin/tests/wire_test
|
||||
WIRETEST=$TOP_BUILDDIR/bin/tests/system/wire_test
|
||||
|
||||
BIGKEY=$TOP_BUILDDIR/bin/tests/system/rsabigexponent/bigkey
|
||||
GENCHECK=$TOP_BUILDDIR/bin/tests/system/rndc/gencheck
|
||||
|
||||
@@ -1023,7 +1023,6 @@
|
||||
./bin/tests/win32/timer_test.vcxproj.filters.in X 2013,2015,2018,2019,2020
|
||||
./bin/tests/win32/timer_test.vcxproj.in X 2013,2015,2016,2017,2018,2019,2020
|
||||
./bin/tests/win32/timer_test.vcxproj.user X 2013,2018,2019,2020
|
||||
./bin/tests/wire_test.c C 1999,2000,2001,2004,2005,2007,2015,2016,2018,2019,2020
|
||||
./bin/tools/arpaname.1 MAN DOCBOOK
|
||||
./bin/tools/arpaname.c C 2009,2015,2016,2018,2019,2020
|
||||
./bin/tools/arpaname.docbook SGML 2009,2014,2015,2016,2018,2019,2020
|
||||
|
||||
Reference in New Issue
Block a user