aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pp/Makefile')
-rw-r--r--tests/pp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pp/Makefile b/tests/pp/Makefile
index 1032b65..ba75bbc 100644
--- a/tests/pp/Makefile
+++ b/tests/pp/Makefile
@@ -3,11 +3,10 @@
#
TOP = ../..
-include $(TOP)/config.mak
+include $(TOP)/Makefile
SRC = $(TOPSRC)/tests/pp
VPATH = $(SRC)
-TCC = ../../tcc
files = $(patsubst %.$1,%.test,$(notdir $(wildcard $(SRC)/*.$1)))
TESTS = $(call files,c) $(call files,S)