TESTROOT = ../..
include ${TESTROOT}/include/common.makefile
-run: all
+all-check: all check
+
+check:
./main arg1 arg2
all:
- ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c
+ ${CC} ${CCFLAGS} -w -I${TESTROOT}/include -o main main.c
clean:
${RM} ${RMFLAGS} *~ main