summaryrefslogtreecommitdiff
path: root/t/list-of-tests.mk
diff options
context:
space:
mode:
authorJonathan L Peyton <jonathan.l.peyton@intel.com>2015-11-24 12:19:19 +0100
committerPeter Rosin <peda@lysator.liu.se>2015-11-24 12:25:48 +0100
commitc40e27e1c2a60f58e72e65d73d808f782d55494a (patch)
treea1e08f7ff581189f94f828e125d84cf364603f40 /t/list-of-tests.mk
parent1768e836d428082334a07f710b85073d2ab82969 (diff)
downloadautomake-c40e27e1c2a60f58e72e65d73d808f782d55494a.tar.gz
compile: add icl to compile wrapper script
* lib/compile: Have icl be treated similarly to cl (scriptversion): Update. * t/ax/am-test-lib.sh (require_tool): Handle icl. * t/compile7.sh: Add new test file for icl... * t/list-of-tests.mk (handwritten_TESTS): ...and use it. * NEWS: Update. * THANKS: Update. Copyright-paperwork-exempt: yes Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Diffstat (limited to 't/list-of-tests.mk')
-rw-r--r--t/list-of-tests.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 01c1a53ae..b4a6c2259 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -273,6 +273,7 @@ t/compile3.sh \
t/compile4.sh \
t/compile5.sh \
t/compile6.sh \
+t/compile7.sh \
t/compile_f90_c_cxx.sh \
t/compile_f_c_cxx.sh \
t/cond-basic.sh \