X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/197008ea33f135c7c4f94a67a2f75a9df7b7771d..39a8cd101b922f08058746122efff58c14b57605:/unit-tests/test-cases/rpath-DYLD_FALLBACK_LIBRARY_PATH/Makefile diff --git a/unit-tests/test-cases/rpath-DYLD_FALLBACK_LIBRARY_PATH/Makefile b/unit-tests/test-cases/rpath-DYLD_FALLBACK_LIBRARY_PATH/Makefile index a011834..d85c89b 100644 --- a/unit-tests/test-cases/rpath-DYLD_FALLBACK_LIBRARY_PATH/Makefile +++ b/unit-tests/test-cases/rpath-DYLD_FALLBACK_LIBRARY_PATH/Makefile @@ -30,7 +30,9 @@ include ${TESTROOT}/include/common.makefile # -run: all +all-check: all check + +check: export DYLD_FALLBACK_LIBRARY_PATH=`pwd`/bad && ./main export DYLD_FALLBACK_LIBRARY_PATH=`pwd`/good && ./main2