From c40e27e1c2a60f58e72e65d73d808f782d55494a Mon Sep 17 00:00:00 2001 From: Jonathan L Peyton Date: Tue, 24 Nov 2015 12:19:19 +0100 Subject: 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 --- t/ax/am-test-lib.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 't/ax') diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh index 35541c323..529d93bcd 100644 --- a/t/ax/am-test-lib.sh +++ b/t/ax/am-test-lib.sh @@ -779,6 +779,17 @@ require_tool () $CC -? /dev/null \ + || skip_all_ "Intel C compiler '$CC' not available" + ;; etags) # Exuberant Ctags will create a TAGS file even # when asked for --help or --version. (Emacs's etags -- cgit v1.2.1