diff options
Diffstat (limited to 'tests/pp/Makefile')
| -rw-r--r-- | tests/pp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/pp/Makefile b/tests/pp/Makefile index ad97f9b..cd0b83f 100644 --- a/tests/pp/Makefile +++ b/tests/pp/Makefile @@ -3,6 +3,7 @@ # TCC = ../../tcc + TESTS = $(patsubst %.c,%.test,$(wildcard *.c)) TESTS += $(patsubst %.S,%.test,$(wildcard *.S)) @@ -35,8 +36,8 @@ DIFF_OPTS = -Nu -b -B -I "^\#" clean: rm -vf *.output -02.test : DIFF_OPTS += -w -15.test : DIFF_OPTS += -w +# 02.test : DIFF_OPTS += -w +# 15.test : DIFF_OPTS += -w # diff options: # -b ighore space changes |
