X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/0959b6d4289bd106fddb7fe7d84a346159895fdd..HEAD:/unit-tests/test-cases/initializer-args/Makefile diff --git a/unit-tests/test-cases/initializer-args/Makefile b/unit-tests/test-cases/initializer-args/Makefile index 3b5e6be..3f4e4d0 100644 --- a/unit-tests/test-cases/initializer-args/Makefile +++ b/unit-tests/test-cases/initializer-args/Makefile @@ -23,11 +23,13 @@ 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