diff options
author | Camil Staps | 2016-01-31 15:48:01 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-31 15:48:01 +0100 |
commit | 15dcafd338f0d4f59f0c1c9313007c8f1a335e07 (patch) | |
tree | 6bf872ff4b26efef4c9bd3472e388d91b4c6f2f3 /Makefile | |
parent | License, cc=80 (diff) |
Extended testing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |