]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/rpath-LD_LIBRARY_PATH/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-LD_LIBRARY_PATH / Makefile
index ba5400db306a0d4d93ae60a40691883dda83ea8b..f235c0220e20a1e4e39d228e019635187085e217 100644 (file)
@@ -28,8 +28,9 @@ include ${TESTROOT}/include/common.makefile
 # a main executable run with LD_LIBRARY_PATH can locate a dylib it links against
 #
 
+all-check: all check
 
-run: all
+check:
        export LD_LIBRARY_PATH=`pwd`/hide/hole && ./main
 
 all: main