diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-10 14:32:27 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-10 14:32:27 +0200 |
commit | 9c86ba6b75fc09d48e5c8b8c6f1178147430efed (patch) | |
tree | 3811a8af995615a0ef4e9fa54f25acd913f31d27 /t/lex-pr204.sh | |
parent | 33c59ec5252efb1021b2e52a8cad40918670362b (diff) | |
download | automake-9c86ba6b75fc09d48e5c8b8c6f1178147430efed.tar.gz |
tests: add few missing 'cc' and 'c++' requirements
Without that requirements, the configure-time overrides of CC and CXX
wouldn't be honored in the affected tests.
* t/silent-yacc.sh ($required): Require 'cc'.
* t/silent-yacc-headers.sh: Likewise.
* t/silent-lex.sh: Likewise.
* t/lex-clean.sh: Likewise.
* t/lex-depend.sh: Likewise.
* t/lex-line.sh: Likewise.
* t/lex-depend.sh: Likewise.
* t/lex-pr204.sh: Likewise.
* t/yacc-deleted-headers.sh: Likewise.
* t/yacc-line.sh: Likewise.
* t/yacc-depend.sh: Likewise.
* t/yacc-depend2.sh: Likewise.
* t/yacc-dist-nobuild-subdir.sh: Likewise.
* t/yacc-bison-skeleton.sh: Likewise.
* t/yacc-bison-skeleton-cxx.sh ($required): Require 'c++'.
* t/yacc-clean-cxx.sh: Likewise.
* t/yacc-d-cxx.sh: Likewise.
* t/yacc-cxx.sh: Likewise.
* t/yacc-mix-c-cxx.sh ($required): Require 'cc' and 'c++'.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/lex-pr204.sh')
-rwxr-xr-x | t/lex-pr204.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex-pr204.sh b/t/lex-pr204.sh index 2e1b4e3f6..3ebb57260 100755 --- a/t/lex-pr204.sh +++ b/t/lex-pr204.sh @@ -20,7 +20,7 @@ # The tests 'yacc-nodist.test' and 'yacc-pr204.test' does similar checks # for yacc-generated .c and .h files. -required=lex +required='cc lex' . ./defs || Exit 1 cat >> configure.ac <<'EOF' |