X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/197008ea33f135c7c4f94a67a2f75a9df7b7771d..39a8cd101b922f08058746122efff58c14b57605:/unit-tests/test-cases/rpath-LD_LIBRARY_PATH/Makefile?ds=sidebyside diff --git a/unit-tests/test-cases/rpath-LD_LIBRARY_PATH/Makefile b/unit-tests/test-cases/rpath-LD_LIBRARY_PATH/Makefile index ba5400d..f235c02 100644 --- a/unit-tests/test-cases/rpath-LD_LIBRARY_PATH/Makefile +++ b/unit-tests/test-cases/rpath-LD_LIBRARY_PATH/Makefile @@ -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