]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/interpose-basic-prebound/Makefile
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / interpose-basic-prebound / Makefile
index 5c35a899a0d30550642d62c036746d7f357b8b24..c98a29b9cb4632f728b31bdd90f8e2e2fa98fa15 100644 (file)
@@ -23,7 +23,9 @@
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
-run: all
+all-check: all check
+
+check:
        export DYLD_INSERT_LIBRARIES="libmystrdup.dylib" && ./main
 
 all: main libmystrdup.dylib
        export DYLD_INSERT_LIBRARIES="libmystrdup.dylib" && ./main
 
 all: main libmystrdup.dylib