]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
lex tests: require just `lex' instead of `flex'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 17:15:29 +0000 (19:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 20:01:52 +0000 (22:01 +0200)
* 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.

ChangeLog
tests/lex-subobj-nodep.test
tests/silent-lex.test

index 383f6cf0211107c0caa19af3ffa28739e11ce692..2f019172b8114234525574c1aaba1153635fbff5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
index 4449715156eccb145847d2d614554118aa85fddc..652cc77b5058cbaaae9c156ba11d281ccdf04aa6 100755 (executable)
@@ -17,7 +17,7 @@
 # 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
index 32f9698b32537cf3804d23c63aa0db1ac4421148..23863d3b73f92c6e46327f99139d401c0cc82783 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check silent-rules mode for Lex.
 
-required='flex'
+required=lex
 . ./defs || Exit 1
 
 set -e