From ad57d063d3bf4c2c72b1b4b78348dbc1dbbe9929 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 29 Sep 2020 20:35:05 +0200 Subject: [PATCH] build: tests: setup TAP infrastructure --- Makefile.am | 1 + tests/local.am | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 tests/local.am diff --git a/Makefile.am b/Makefile.am index 1c0b01d..6bc8db2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,3 +12,4 @@ noinst_LIBRARIES = CLEANFILES = $(BUILT_SOURCES) include %D%/src/local.am +include %D%/tests/local.am diff --git a/tests/local.am b/tests/local.am new file mode 100644 index 0000000..51b3cb4 --- /dev/null +++ b/tests/local.am @@ -0,0 +1,5 @@ +# Configure TAP driver +TEST_LOG_DRIVER = \ + env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh + +TESTS =