]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/bundle-unlinkable/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / bundle-unlinkable / Makefile
index e7f9fd2228895e23f687ad530b241cd9555de573..b872e6ca1e23f9fbbc3d25c6590d267857d7b7f0 100644 (file)
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
-run: all
+all-check: all check
+
+check:
        ./main
 
 all: main test.bundle
 
 main : main.c
-       ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c
+       ${CC} ${CCFLAGS} -Wno-deprecated-declarations  -I${TESTROOT}/include -o main main.c
 
 test.bundle : bundle.c libstuff.dylib
        ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c libstuff.dylib