diff options
| author | grischka <grischka> | 2016-10-01 21:05:42 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-01 21:05:42 +0200 |
| commit | 6d2be31b93bec581391ea4476482693ee7452f59 (patch) | |
| tree | edd4ceffdb770b3c2879d700f2bd7e57f06aa0d6 /tests/pp/Makefile | |
| parent | 0d9f88ea6794edde6c752975be75d3d89c548d53 (diff) | |
| download | tinycc-6d2be31b93bec581391ea4476482693ee7452f59.tar.gz tinycc-6d2be31b93bec581391ea4476482693ee7452f59.tar.bz2 | |
test/pp: cleanup
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 |
