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:
@@ -17,3 +17,5 @@ check_PROGRAMS = \
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
unit-local: check
|
||||
|
||||
LOG_COMPILER = $(builddir)/../../unit-test-driver.sh
|
||||
|
||||
Reference in New Issue
Block a user