From f77f1870b3d8403968a101d43327026f8c213281 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 27 Dec 2018 16:32:32 -0500 Subject: Move code from Makefile.am to tests/local.mk --- (limited to 'tests/local.mk') diff --git a/tests/local.mk b/tests/local.mk index 39b5669..20a65d5 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -4,3 +4,15 @@ TESTS = \ %reldir%/ob_reduce_deps.sh \ %reldir%/ob_arch_is_concerned.sh \ %reldir%/ob_plat_is_concerned.sh +TEST_EXTENSIONS = .sh +SH_LOG_DRIVER = \ + AM_TAP_AWK='$(AWK)' \ + TOP_SRCDIR="$(top_srcdir)" \ + TOP_BUILDDIR="$(top_builddir)" \ + SHSOEXT='$(SHSOEXT)' \ + LIBOPKBUILD_SHSOVERSION='$(libopkbuild_shsoversion)' \ + $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh +EXTRA_DIST += \ + $(TESTS) \ + build-aux/tap-driver.sh \ + tests/aux/tap-functions.sh -- cgit v0.9.1