mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
Don't run 'testsuite --clean' if testsuite doesn't exist.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2003-10-07 Paul Eggert <eggert@twinsun.com>
|
2003-10-07 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
|
* tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
|
||||||
|
if testsuite doesn't exist.
|
||||||
|
|
||||||
* doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
|
* doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
|
||||||
literals, unfortunately.
|
literals, unfortunately.
|
||||||
* src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
|
* src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ atconfig: $(top_builddir)/config.status
|
|||||||
cd $(top_builddir) && ./config.status tests/$@
|
cd $(top_builddir) && ./config.status tests/$@
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
$(SHELL) $(TESTSUITE) --clean
|
test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
|
||||||
|
|
||||||
check-local: atconfig atlocal $(TESTSUITE)
|
check-local: atconfig atlocal $(TESTSUITE)
|
||||||
$(SHELL) $(TESTSUITE)
|
$(SHELL) $(TESTSUITE)
|
||||||
|
|||||||
Reference in New Issue
Block a user