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:
Akim Demaille
2021-01-26 07:11:32 +01:00
parent b27bba5ced
commit 77a8b84fc8
4 changed files with 29 additions and 24 deletions

View File

@@ -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