From 339f961c115fcff68d94026b930b6840fe023eb7 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Fri, 22 Jul 2011 02:12:49 -0700 Subject: fixed Makefile test targets --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 36dd5fc..8cd906d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -20,7 +20,7 @@ endif # run local version of tcc with local libraries and includes TCC = ../tcc -B.. -RUN_TCC = $(NATIVE_DEFINES) -run ../tcc.c -B.. +RUN_TCC = $(NATIVE_DEFINES) -run -DONE_SOURCE ../tcc.c -B.. DISAS=objdump -d all test : $(TESTS) -- cgit v1.3.1