aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/Makefile
diff options
context:
space:
mode:
authorgrischka <grischka>2016-10-01 21:05:42 +0200
committergrischka <grischka>2016-10-01 21:05:42 +0200
commit6d2be31b93bec581391ea4476482693ee7452f59 (patch)
treeedd4ceffdb770b3c2879d700f2bd7e57f06aa0d6 /tests/pp/Makefile
parent0d9f88ea6794edde6c752975be75d3d89c548d53 (diff)
downloadtinycc-6d2be31b93bec581391ea4476482693ee7452f59.tar.gz
tinycc-6d2be31b93bec581391ea4476482693ee7452f59.tar.bz2
test/pp: cleanup
Diffstat (limited to 'tests/pp/Makefile')
-rw-r--r--tests/pp/Makefile5
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