X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/bac542e65c0030c0d819c7ff1dcfc25892a61844..19894a1236eae932b4028640f24ab843f691d4e4:/unit-tests/test-cases/rpath-DYLD_LIBRARY_PATH/Makefile diff --git a/unit-tests/test-cases/rpath-DYLD_LIBRARY_PATH/Makefile b/unit-tests/test-cases/rpath-DYLD_LIBRARY_PATH/Makefile index 153f718..6a7c133 100644 --- a/unit-tests/test-cases/rpath-DYLD_LIBRARY_PATH/Makefile +++ b/unit-tests/test-cases/rpath-DYLD_LIBRARY_PATH/Makefile @@ -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