diff options
author | Akim Demaille <akim.demaille@gmail.com> | 2021-01-26 07:11:32 +0100 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2021-01-27 20:48:38 +0100 |
commit | 77a8b84fc8bbe39dc231a1f657fd56a50fac5855 (patch) | |
tree | fda9250c96892fe0d8023c44e9b644b7040042ac /examples | |
parent | b27bba5cedbe552b2a406e051de293c677c2b9a7 (diff) | |
download | bison-77a8b84fc8bbe39dc231a1f657fd56a50fac5855.tar.gz |
tests: provide check-examples and check-tests
* examples/local.mk (check-examples): New.
* tests/local.mk (check-tests): New.
* README-hacking.md: Document them.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/local.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/local.mk b/examples/local.mk index 09e1747b..318df0dc 100644 --- a/examples/local.mk +++ b/examples/local.mk @@ -93,6 +93,9 @@ dist_examples_DATA = %D%/README.md CLEANDIRS += %D%/*.dSYM +.PHONY: check-examples +check-examples: check-TESTS + include %D%/c/local.mk include %D%/c++/local.mk include %D%/d/local.mk |