mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
tests: provide check-examples and check-tests
* examples/local.mk (check-examples): New. * tests/local.mk (check-tests): New. * README-hacking.md: Document them.
This commit is contained in:
@@ -7,11 +7,12 @@ define a number of other macros to:
|
||||
- what skeleton is used
|
||||
|
||||
# Keywords
|
||||
The following keywords are used to label tests. Please follow them
|
||||
and avoid creating synonyms.
|
||||
The following keywords are used to label tests (with
|
||||
AT_KEYWORDS([[category]])). Please follow them and avoid creating
|
||||
synonyms.
|
||||
- action
|
||||
- api.value.type
|
||||
- c++
|
||||
- c++: c++ language
|
||||
- cex: counterexamples.
|
||||
- d: d language
|
||||
- deprec: deprecated features.
|
||||
@@ -23,7 +24,7 @@ and avoid creating synonyms.
|
||||
- %merge
|
||||
- multistart
|
||||
- push
|
||||
- report
|
||||
- report: for automaton dumps
|
||||
- %union
|
||||
- variant
|
||||
|
||||
|
||||
@@ -114,7 +114,8 @@ recheck: $(RUN_TESTSUITE_deps)
|
||||
-e 'eof && /^(\d+).*: FAILED/ && print "$$1 "' \
|
||||
%D%/testsuite.dir/*/testsuite.log)
|
||||
|
||||
check-local: $(RUN_TESTSUITE_deps)
|
||||
.PHONY: check-tests
|
||||
check-local check-tests: $(RUN_TESTSUITE_deps)
|
||||
$(RUN_TESTSUITE)
|
||||
|
||||
# Run the test suite on the *installed* tree.
|
||||
|
||||
Reference in New Issue
Block a user