diff options
author | Peter Rosin <peda@lysator.liu.se> | 2015-11-24 12:39:59 +0100 |
---|---|---|
committer | Peter Rosin <peda@lysator.liu.se> | 2015-11-24 12:39:59 +0100 |
commit | 46fd67c9720ee15a37357cea5190b77f3053cac4 (patch) | |
tree | e8d4956fd7c4e194e0270fc0a42ac4709918acfb /t/list-of-tests.mk | |
parent | 92ed3be97837a3de1634a13959c70c686b17d38d (diff) | |
parent | c40e27e1c2a60f58e72e65d73d808f782d55494a (diff) | |
download | automake-46fd67c9720ee15a37357cea5190b77f3053cac4.tar.gz |
Merge branch 'micro' into minor
* micro:
compile: add icl to compile wrapper script
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Diffstat (limited to 't/list-of-tests.mk')
-rw-r--r-- | t/list-of-tests.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 80d0f0864..defca1361 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -271,6 +271,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 \ |