X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/197008ea33f135c7c4f94a67a2f75a9df7b7771d..39a8cd101b922f08058746122efff58c14b57605:/unit-tests/test-cases/rpath-DYLD_LIBRARY_PATH/Makefile?ds=inline 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