From 6d2be31b93bec581391ea4476482693ee7452f59 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 1 Oct 2016 21:05:42 +0200 Subject: test/pp: cleanup --- tests/pp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/pp/Makefile') 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 -- cgit v1.3.1