]> git.ipfire.org Git - thirdparty/bind9.git/commit
move wire_test back to bin/tests, no longer dependent on dnstap
authorEvan Hunt <each@isc.org>
Fri, 15 May 2020 19:57:18 +0000 (12:57 -0700)
committerEvan Hunt <each@isc.org>
Fri, 15 May 2020 20:19:28 +0000 (13:19 -0700)
commite45be9d1349d4feabcb53cbac514a20e76f1a8e3
treeba3569a35ea13994c47cd0244cdeba67f765d9b1
parent89d7d9aff78cdcedced8ee5295cec3979b2c0d83
move wire_test back to bin/tests, no longer dependent on dnstap

wire_test is not only used by the dnstap system test, but also in
fuzz testing. it doesn't need to be installed, but it's useful to have it
built when BIND is.  this commit moves it back from bin/tests/system to
bin/tests, as a noinst_PROGRAM so that it's built by "make all" but
not installed.
bin/tests/Makefile.am
bin/tests/system/Makefile.am
bin/tests/system/conf.sh.in
bin/tests/wire_test.c [moved from bin/tests/system/wire_test.c with 100% similarity]
util/copyrights