]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/interpose-dlsym/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / interpose-dlsym / Makefile
index 9b9ae730d6bd01c44a14c7d3523bba17e0324f39..33e6b2a067261daf2bf3647c8cdc0e225f627f91 100644 (file)
@@ -23,7 +23,9 @@
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
-run: all
+all-check: all check
+
+check:
        export DYLD_INSERT_LIBRARIES="libmyfree.dylib" && ./main
 
 all: main libmyfree.dylib