mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
* Makefile.am (SUBDIRS): Put examples before tests, so that
"make check" doesn't finish with "All 1 tests passed".
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
* NEWS: Version 2.0b.
|
* NEWS: Version 2.0b.
|
||||||
|
|
||||||
|
* Makefile.am (SUBDIRS): Put examples before tests, so that
|
||||||
|
"make check" doesn't finish with "All 1 tests passed".
|
||||||
|
|
||||||
* tests/regression.at (Token definitions): Don't rely on
|
* tests/regression.at (Token definitions): Don't rely on
|
||||||
AT_PARSER_CHECK for data that contains backslashes. It currently
|
AT_PARSER_CHECK for data that contains backslashes. It currently
|
||||||
uses 'echo', and 'echo' isn't portable if its argument contains
|
uses 'echo', and 'echo' isn't portable if its argument contains
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = config po runtime-po lib data src doc tests examples
|
SUBDIRS = config po runtime-po lib data src doc examples tests
|
||||||
|
|
||||||
# Files installed for use by Automake.
|
# Files installed for use by Automake.
|
||||||
aclocaldir = @aclocaldir@
|
aclocaldir = @aclocaldir@
|
||||||
|
|||||||
Reference in New Issue
Block a user