radare2/libr/egg/t/Makefile
pancake a8757a695f Fix android build and add r_core->anal_define api
Fix static build (libr.a)
Fix android build farm scripts
Build system is still hacky
2012-09-03 01:27:52 +02:00

26 lines
407 B
Makefile

TESTS=exit1 hello loop loop2 fun fun2 fun3 fun4
TESTS+=nest nest2 nest3
#ARG PASSING ERR
TESTS+=fun5 fun6
#INVALID SYNTAX
#TESTS+=looptail
include ../../config.mk
BINDEPS=r_egg r_asm r_parse r_syscall r_db r_util r_lib
BIN=test
OBJ=test.o
.PHONY: t tests myclean
include ../../rules.mk
include ../../db/r.mk
t tests:
@for a in ${TESTS} ; do sh t-$$a.sh ; done
myclean:
rm -f test${EXT_EXE} test.o