aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pp/Makefile')
-rw-r--r--tests/pp/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/pp/Makefile b/tests/pp/Makefile
index d55699c..5694ebb 100644
--- a/tests/pp/Makefile
+++ b/tests/pp/Makefile
@@ -2,17 +2,10 @@
# credits: 01..13.c from the pcc cpp-tests suite
#
-TOP = ../..
-include $(TOP)/Makefile
-
-TCC = $(TOP)/tcc
+TCC = ../../tcc
TESTS = $(patsubst %.c,%.test,$(wildcard *.c))
TESTS += $(patsubst %.S,%.test,$(wildcard *.S))
-ifdef CONFIG_WIN32
- TCC = $(top_srcdir)/win32/tcc
-endif
-
all test : $(TESTS)
%.test: %.c %.expect