]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/flat-insert/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / flat-insert / Makefile
index ff17213668c6a39d2d47ef65f9933ba091f08b79..9ce9b26f184c5ab6917b6ed049a462da3d8d65f5 100644 (file)
@@ -26,7 +26,9 @@ include ${TESTROOT}/include/common.makefile
 
 ### verify inserted libraries override with flat namespace
 
-run: all
+all-check: all check
+
+check:
        export DYLD_INSERT_LIBRARIES="libfoo.dylib" && ./main
 
 all: