From 5efa75d9b87e88287cf3c56db706f5a32a384072 Mon Sep 17 00:00:00 2001 From: grischka Date: Wed, 8 Feb 2017 19:56:15 +0100 Subject: update VERSION to 0.9.27 Also: - in tests: generate .expect files only if not yet present, because 1) some files were adjusted manually 2) switching git branche might change timestamps and cause unwanted update --- tests/tests2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests2/Makefile') diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index b52b54a..d0cd664 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -62,7 +62,7 @@ all test: $(filter-out $(SKIP),$(TESTS)) @diff -Nbu $(SRC)/$*.expect $*.output && rm -f $*.output $*.exe # automatically generate .expect files with gcc: -%.expect : %.c +%.expect : # %.c (gcc -w $*.c -o a.exe && ./a.exe $(ARGS)) $(FILTER) >$*.expect 2>&1; rm -f a.exe # tell make not to delete -- cgit v1.3.1