tests: add few missing 'cc' and 'c++' requirements
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 May 2012 12:32:27 +0000 (14:32 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 May 2012 12:32:27 +0000 (14:32 +0200)
commit9c86ba6b75fc09d48e5c8b8c6f1178147430efed
tree3811a8af995615a0ef4e9fa54f25acd913f31d27
parent33c59ec5252efb1021b2e52a8cad40918670362b
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>
19 files changed:
t/lex-clean.sh
t/lex-depend.sh
t/lex-line.sh
t/lex-nodist.sh
t/lex-pr204.sh
t/silent-lex.sh
t/silent-yacc-headers.sh
t/silent-yacc.sh
t/yacc-bison-skeleton-cxx.sh
t/yacc-bison-skeleton.sh
t/yacc-clean-cxx.sh
t/yacc-cxx.sh
t/yacc-d-cxx.sh
t/yacc-deleted-headers.sh
t/yacc-depend.sh
t/yacc-depend2.sh
t/yacc-dist-nobuild-subdir.sh
t/yacc-line.sh
t/yacc-mix-c-cxx.sh