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