]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/rpath-DYLD_LIBRARY_PATH/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-DYLD_LIBRARY_PATH / Makefile
index 153f7185f5fa622152b2d407431537152acdbe6c..6a7c1334a9f639e56d71d117959f6c7ece6e2b9b 100644 (file)
@@ -28,8 +28,9 @@ include ${TESTROOT}/include/common.makefile
 # a main executable run with DYLD_LIBRARY_PATH will override its rpath
 #
 
+all-check: all check
 
-run: all
+check:
        export DYLD_LIBRARY_PATH=`pwd`/hide1 && ./main
 
 all: main hide2/libfoo.dylib hide1/libfoo.dylib