[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, yacc-work, updated. v1.11-3
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, yacc-work, updated. v1.11-398-g34d2d2f |
Date: |
Wed, 04 May 2011 20:03:54 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=34d2d2f08ed9891e50fd99d35645afdd038c5402
The branch, yacc-work has been updated
via 34d2d2f08ed9891e50fd99d35645afdd038c5402 (commit)
from 80cafde38274058f6194632d2719e64e9446f488 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 34d2d2f08ed9891e50fd99d35645afdd038c5402
Author: Stefano Lattarini <address@hidden>
Date: Wed May 4 19:15:29 2011 +0200
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.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
tests/lex-subobj-nodep.test | 2 +-
tests/silent-lex.test | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 383f6cf..2f01917 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-05-04 Stefano Lattarini <address@hidden>
+ 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 <address@hidden>
+
tests defs: use `skip_' for skipping yacc/lex related tests
* tests/defs.in (lex, bison): Use `skip_' to signal test skipping.
diff --git a/tests/lex-subobj-nodep.test b/tests/lex-subobj-nodep.test
index 4449715..652cc77 100755
--- a/tests/lex-subobj-nodep.test
+++ b/tests/lex-subobj-nodep.test
@@ -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
diff --git a/tests/silent-lex.test b/tests/silent-lex.test
index 32f9698..23863d3 100755
--- a/tests/silent-lex.test
+++ b/tests/silent-lex.test
@@ -16,7 +16,7 @@
# Check silent-rules mode for Lex.
-required='flex'
+required=lex
. ./defs || Exit 1
set -e
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, yacc-work, updated. v1.11-398-g34d2d2f,
Stefano Lattarini <=