]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/read-only-import-shared-cache-dlopen-override/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / read-only-import-shared-cache-dlopen-override / Makefile
index 26eb70602a6616a5dd540c905727eb878b1b0312..59cf69cbeb6a9b8c1912c949d4457529cb41ca64 100644 (file)
@@ -24,7 +24,9 @@ TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
 
-run: all
+all-check: all check
+
+check:
        export DYLD_INSERT_LIBRARIES="libmymalloc.dylib" && ./main
 
 all: main libmymalloc.dylib