]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/bundle-memory-load/Makefile
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / bundle-memory-load / Makefile
index 2c905f269c2df812a9c6ebe415f2a0c8bb2ddca0..0a4e679117ac68da6b53bcce547c3cf059737d47 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
        ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c