X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/197008ea33f135c7c4f94a67a2f75a9df7b7771d..HEAD:/unit-tests/test-cases/interpose-basic-prebound/Makefile diff --git a/unit-tests/test-cases/interpose-basic-prebound/Makefile b/unit-tests/test-cases/interpose-basic-prebound/Makefile index 5c35a89..c98a29b 100644 --- a/unit-tests/test-cases/interpose-basic-prebound/Makefile +++ b/unit-tests/test-cases/interpose-basic-prebound/Makefile @@ -23,7 +23,9 @@ TESTROOT = ../.. include ${TESTROOT}/include/common.makefile -run: all +all-check: all check + +check: export DYLD_INSERT_LIBRARIES="libmystrdup.dylib" && ./main all: main libmystrdup.dylib