summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8decdd7e..8e1e2733 100644
--- a/Makefile
+++ b/Makefile
@@ -268,6 +268,9 @@ tst/%.out: %.txr
tests.clean:
rm -rf tst
+.PHONY: retest
+retest: tests.clean tests
+
define GREP_CHECK
$(V)if [ $$(grep -E $(1) $(SRCS) | wc -l) -ne $(3) ] ; then \
echo "New '$(2)' occurrences have been found:" ; \