summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
blob: 5b5be3b82b856603ecc6e4fb4044f24221b03306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TESTS = \
	%reldir%/badssl.sh \
	%reldir%/howsmyssl.sh
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 += \
	$(TESTS) \
	build-aux/tap-driver.sh \
	tests/aux/tap-functions.sh \
	tests/aux/json.sh