]> git.ipfire.org Git - thirdparty/bind9.git/commit
Provide unit test driver
authorMichal Nowak <mnowak@isc.org>
Fri, 3 Apr 2020 09:26:02 +0000 (11:26 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 21 May 2020 10:13:01 +0000 (12:13 +0200)
commitbfa6ecb796e9b0d0ca3986128a79a483e58416bf
tree0a9ecfd360ce14e9f1bfad7bab9d17552552b6f5
parentea5515d29276083d45b128634ac8b4f80a28aecf
Provide unit test driver

This adds a unit test driver for BIND with Automake.  It runs the unit
test program provided as its sole command line argument and then looks
for a core dump generated by that test program.  If one is found, the
driver prints the backtrace into the test log.
configure.ac
lib/.gitignore
lib/dns/tests/Makefile.am
lib/irs/tests/Makefile.am
lib/isc/tests/Makefile.am
lib/isccc/tests/Makefile.am
lib/isccfg/tests/Makefile.am
lib/ns/tests/Makefile.am
lib/unit-test-driver.sh.in [new file with mode: 0644]