diff options
Diffstat (limited to 'test/GNUmakefile')
| -rw-r--r-- | test/GNUmakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/GNUmakefile b/test/GNUmakefile new file mode 100644 index 000000000000..c88d884448ed --- /dev/null +++ b/test/GNUmakefile @@ -0,0 +1,11 @@ +.PHONY: test verify clean +test: verify clean + +# verify_all.sh runs 'make' on sub-directories containing C tests +verify: + ./verify_all.sh +clean: + -rm verify.* + -$(MAKE) -C ../lib clean + -$(MAKE) -C arraylist_test clean + -$(MAKE) -C results_test clean |
