X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/0959b6d4289bd106fddb7fe7d84a346159895fdd..797cc9518557438c2166863f4e1804db04ecfa2d:/unit-tests/test-cases/dyld-launched-prebound/Makefile diff --git a/unit-tests/test-cases/dyld-launched-prebound/Makefile b/unit-tests/test-cases/dyld-launched-prebound/Makefile index 4eb418a..61f202b 100644 --- a/unit-tests/test-cases/dyld-launched-prebound/Makefile +++ b/unit-tests/test-cases/dyld-launched-prebound/Makefile @@ -23,11 +23,13 @@ TESTROOT = ../.. include ${TESTROOT}/include/common.makefile -run: all +all-check: all check + +check: ${TESTROOT}/bin/exit-zero-pass.pl "_dyld_launched_prebound() was implemented" "_dyld_launched_prebound() was not implemented" ./main all: - ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c + ${CC} ${CCFLAGS} -Wno-deprecated-declarations -I${TESTROOT}/include -o main main.c clean: ${RM} ${RMFLAGS} *~ main