]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/rpath-DYLD_FALLBACK_LIBRARY_PATH/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-DYLD_FALLBACK_LIBRARY_PATH / Makefile
index a01183407287ba79f65ab21d296db0c89ce1db2b..d85c89b166f637cdee0cfaa344c5bc6df20be1b2 100644 (file)
@@ -30,7 +30,9 @@ include ${TESTROOT}/include/common.makefile
 #
 
 
-run: all
+all-check: all check
+
+check:
        export DYLD_FALLBACK_LIBRARY_PATH=`pwd`/bad && ./main
        export DYLD_FALLBACK_LIBRARY_PATH=`pwd`/good && ./main2