aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorgrischka <grischka>2009-12-20 20:34:35 +0100
committergrischka <grischka>2009-12-20 20:34:35 +0100
commit903b6001e7c0a78fed74ca49d9513cf8c3c15606 (patch)
tree945ccc44e7746dcf024daff498800dc6d3ed6396 /tests
parent0de95730ad2991479f44ea4afe83e8861c9c3ca0 (diff)
downloadtinycc-903b6001e7c0a78fed74ca49d9513cf8c3c15606.tar.gz
tinycc-903b6001e7c0a78fed74ca49d9513cf8c3c15606.tar.bz2
update Makefiles
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 019c890..74303d4 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -16,7 +16,7 @@ include $(TOP)/Makefile
# run local version of tcc with local libraries and includes
TCC = ../tcc -B..
-RUN_TCC = $(NATIVE_TARGET) -run ../tcc.c -B..
+RUN_TCC = $(NATIVE_DEFINES) -run ../tcc.c -B..
DISAS=objdump -d
all test : $(TESTS)