fixed Makefile test targets
This commit is contained in:
parent
9b52e16a50
commit
339f961c11
2 changed files with 2 additions and 2 deletions
2
libtcc.c
2
libtcc.c
|
@ -69,7 +69,7 @@ ST_DATA void *rt_prog_main;
|
||||||
#ifdef TCC_TARGET_PE
|
#ifdef TCC_TARGET_PE
|
||||||
#include "tccpe.c"
|
#include "tccpe.c"
|
||||||
#endif
|
#endif
|
||||||
#endif /* ALL_IN_ONE */
|
#endif /* ONE_SOURCE */
|
||||||
|
|
||||||
/********************************************************/
|
/********************************************************/
|
||||||
#ifndef CONFIG_TCC_ASM
|
#ifndef CONFIG_TCC_ASM
|
||||||
|
|
|
@ -20,7 +20,7 @@ endif
|
||||||
|
|
||||||
# run local version of tcc with local libraries and includes
|
# run local version of tcc with local libraries and includes
|
||||||
TCC = ../tcc -B..
|
TCC = ../tcc -B..
|
||||||
RUN_TCC = $(NATIVE_DEFINES) -run ../tcc.c -B..
|
RUN_TCC = $(NATIVE_DEFINES) -run -DONE_SOURCE ../tcc.c -B..
|
||||||
DISAS=objdump -d
|
DISAS=objdump -d
|
||||||
|
|
||||||
all test : $(TESTS)
|
all test : $(TESTS)
|
||||||
|
|
Loading…
Reference in a new issue