* tests/lex-subobj-nodep.test ($required): Require `lex',
not `flex', as this test is expected to work with any lex
implementation.
* tests/silent-lex.test: Likewise.
+2011-05-04 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ lex tests: require just `lex' instead of `flex'
+ * tests/lex-subobj-nodep.test ($required): Require `lex',
+ not `flex', as this test is expected to work with any lex
+ implementation.
+ * tests/silent-lex.test: Likewise.
+
2011-05-04 Stefano Lattarini <stefano.lattarini@gmail.com>
tests defs: use `skip_' for skipping yacc/lex related tests
# Ensure subdirs for subdir scanners are generated when subdir-objects
# are used, even when dependency tracking is disabled.
-required=flex
+required=lex
. ./defs || Exit 1
set -e
# Check silent-rules mode for Lex.
-required='flex'
+required=lex
. ./defs || Exit 1
set -e