tests defs: allow requirements for compilers (mostly dummy)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 16:42:11 +0000 (18:42 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 16:45:22 +0000 (18:45 +0200)
commit1ada3973ce2ece03695b068477e08253f8d18b5f
tree69fd0834d9e370299313afdab33d62674fe72a78
parent78ea595f035fff5e382df79c95bcf639f53fd12b
tests defs: allow requirements for compilers (mostly dummy)

Most of the new requirements that are now accepted in `$required'
as consequence of this patch are still dummy.  They are planned
to be implemented only in master (or in some derived branch), but
having them here (even just as no-op) will allow for an easier
integration/backporting of potential new testcases.

* tests/defs.in (cc, c++, fortran, fortran77): New requirements,
still dummy.
(flex): New requirement, picking LEX for configure.
(lex): New requirement, alias for `flex'.  A more appropriate
implementation, looking for a generic `lex' program, will follow
in the future.
(yacc): New requirement, alias for `bison'.  A more appropriate
implementation, looking for a generic `yacc' program, will follow
in the future.
ChangeLog
tests/defs.in