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.
This commit is contained in:
Michal Nowak
2020-04-03 11:26:02 +02:00
parent ea5515d292
commit bfa6ecb796
9 changed files with 50 additions and 0 deletions

View File

@@ -17,3 +17,5 @@ check_PROGRAMS = \
TESTS = $(check_PROGRAMS)
unit-local: check
LOG_COMPILER = $(builddir)/../../unit-test-driver.sh