build: tests: setup TAP infrastructure
This commit is contained in:
parent
403bf9b1b4
commit
ad57d063d3
|
@ -12,3 +12,4 @@ noinst_LIBRARIES =
|
|||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
include %D%/src/local.am
|
||||
include %D%/tests/local.am
|
||||
|
|
5
tests/local.am
Normal file
5
tests/local.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Configure TAP driver
|
||||
TEST_LOG_DRIVER = \
|
||||
env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
|
||||
|
||||
TESTS =
|
Loading…
Reference in a new issue