aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-01-31 15:48:01 +0100
committerCamil Staps2016-01-31 15:48:01 +0100
commit15dcafd338f0d4f59f0c1c9313007c8f1a335e07 (patch)
tree6bf872ff4b26efef4c9bd3472e388d91b4c6f2f3 /Makefile
parentLicense, cc=80 (diff)
Extended testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8362a3c..786a992 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ $(TEST_SCRIPT): $(TEST_SCRIPT).icl $(NAME).icl $(NAME).dcl $(OBJ) $(TEST_SCRIPT)
$(CLM) $(CLMFLAGS) -l $(TEST_SCRIPT).o $(TEST_SCRIPT) -o $(TEST_SCRIPT)
run_test: $(TEST_SCRIPT)
- ./$(TEST_SCRIPT) -nt
+ ./$(TEST_SCRIPT) -nt -nr
.PHONY: all clean clean_intermediate run_test