]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/dyld-launched-prebound/Makefile
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dyld-launched-prebound / Makefile
index 4eb418a55036c2eb5c7a753dd452ac6fd68ee3e6..61f202b0794887120b869f32185124c3798e07b2 100644 (file)
 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