summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
blob: 8c5797ccb862f4abfaabee29ae635c547214325d (plain)
1
2
3
4
5
6
7
8
9
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
	AM_TAP_AWK='$(AWK)' \
	TOP_SRCDIR="$(abs_top_srcdir)" \
	TOP_BUILDDIR="$(abs_top_builddir)" \
	$(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
EXTRA_DIST += \
	$(top_srcdir)/build-aux/tap-driver.sh \
	%reldir%/aux/tap-functions.sh