summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-07-27 16:20:33 +0200
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-07-27 16:20:33 +0200
commitb3105be57cbbb026b8cb9ad03ccac2f9f0b7e2b9 (patch)
treef58cb7c97af046909d13d3f0d2335d5d8ea31d17
parent4c6369f47daf6675dc9c2f48cd45900d0650cd47 (diff)
downloadautomake-b3105be57cbbb026b8cb9ad03ccac2f9f0b7e2b9.tar.gz
Add extension for perl tests using Test::Simple
This is a temporary extension as we will transition all tests to use Test::Simple.
-rw-r--r--t/local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/local.mk b/t/local.mk
index 0d0aee6ad..14b3e61b3 100644
--- a/t/local.mk
+++ b/t/local.mk
@@ -21,13 +21,15 @@
# Run the tests with a proper shell detected at configure time.
LOG_COMPILER = ./pre-inst-env $(AM_TEST_RUNNER_SHELL)
-TEST_EXTENSIONS = .pl .sh .tap
+TEST_EXTENSIONS = .pl .plt .sh .tap
SH_LOG_COMPILER = $(LOG_COMPILER)
TAP_LOG_COMPILER = $(LOG_COMPILER)
PL_LOG_COMPILER = ./pre-inst-env $(PERL)
+PLT_LOG_COMPILER = $(PL_LOG_COMPILER)
AM_PL_LOG_FLAGS = -Mstrict -w
TAP_LOG_DRIVER = AM_TAP_AWK='$(AWK)' $(SHELL) $(srcdir)/lib/tap-driver.sh
+PLT_LOG_DRIVER = $(TAP_LOG_DRIVER)
AM_TAP_LOG_DRIVER_FLAGS = --merge