]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/dlopen-RTLD_NOLOAD-fallback/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-RTLD_NOLOAD-fallback / Makefile
index 3cbb8e53ccb85d39d7d9c54b38690fa67859ba0a..b6a476e9f5799f16d1a114a66e479b5dc771da5b 100644 (file)
@@ -34,7 +34,9 @@ include ${TESTROOT}/include/common.makefile
 ###
 
 
-run: all
+all-check: all check
+
+check:
        export DYLD_FALLBACK_LIBRARY_PATH=hide && ./main /foo/bar/libfoo.dylib
 
 all: main