Lines Matching refs:test
23 add-test: .PHONY
25 test=${NAME:Q}; \
26 [ "$$test" ] || { \
27 echo "usage: ${MAKE} add-test NAME=<name>"; \
31 if [ -f "$$test.c" ]; then \
32 echo "error: test $$test already exists in $$PWD."; \
36 echo "=> Adding test $$test"; \
39 "# 3 \"$$test.c\"" \
42 ' * TODO: Explain the purpose of the test.' \
51 > "$$test.c"; \
52 cvs add "$$test.c"; \
56 # To remove a test, the $$mi file must be edited manually.
72 .include <bsd.test.mk>