summaryrefslogtreecommitdiff
path: root/README-hacking
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-09-06 18:18:58 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-09-06 21:28:24 +0200
commit9268d9aceb8b31e0bd6d7737f1a54175e997e57c (patch)
tree457439a0f0334652aa39a7e3ae789b1507f4218a /README-hacking
parentbb5603c2f068631c880f43b5389d55b029f425c6 (diff)
downloadbison-9268d9aceb8b31e0bd6d7737f1a54175e997e57c.tar.gz
tests: fix target naming convention
We have some maintainer-check-foo and some maintainer-foo-check. Keep only the former. * tests/local.mk (maintainer-push-check, maintainer-xml-check) (maintainer-release-check): Rename as... (maintainer-check-push, maintainer-check-xml) (maintainer-check-release): these.
Diffstat (limited to 'README-hacking')
-rw-r--r--README-hacking8
1 files changed, 4 insertions, 4 deletions
diff --git a/README-hacking b/README-hacking
index fcc6102a..56761c1c 100644
--- a/README-hacking
+++ b/README-hacking
@@ -259,19 +259,19 @@ release:
- runs the parsers under Valgrind.
- runs the test suite with G++ as C compiler...
-- run "make maintainer-push-check", which runs "make maintainer-check" while
+- run "make maintainer-check-push", which runs "make maintainer-check" while
activating the push implementation and its pull interface wrappers in many
test cases that were originally written to exercise only the pull
implementation. This makes certain the push implementation can perform
every task the pull implementation can.
-- run "make maintainer-xml-check", which runs "make maintainer-check" while
+- run "make maintainer-check-xml", which runs "make maintainer-check" while
checking Bison's XML automaton report for every working grammar passed to
Bison in the test suite. The check just diffs the output of Bison's
included XSLT style sheets with the output of --report=all and --graph.
-- running "make maintainer-release-check" takes care of running
- maintainer-check, maintainer-push-check and maintainer-xml-check.
+- running "make maintainer-check-release" takes care of running
+ maintainer-check, maintainer-check-push and maintainer-check-xml.
- Change tests/atlocal/CFLAGS to add your preferred options. For instance,
"-traditional" to check that the parsers are K&R. Note that it does not