mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
git-subtree-dir: contrib/libdiff git-subtree-mainline:f6d489f402git-subtree-split:9eb461aa4bReviewed by: imp Sponsored by: Klara, Inc.
12 lines
218 B
Makefile
12 lines
218 B
Makefile
.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 arraylist_test clean
|
|
make -C results_test clean
|