From 20e7387e0bbdee2ebf102df20268a7916fbabff3 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 17 Jun 2023 17:48:42 -0400 Subject: Merge branch 'feature/test-suite' --- (limited to 'tests/local.mk') diff --git a/tests/local.mk b/tests/local.mk new file mode 100644 index 0000000..84833d1 --- /dev/null +++ b/tests/local.mk @@ -0,0 +1,14 @@ +TESTS = \ + %reldir%/version.sh \ + %reldir%/build.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/common.sh -- cgit v0.9.1