X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/bac542e65c0030c0d819c7ff1dcfc25892a61844..HEAD:/unit-tests/test-cases/dlclose-terminator-dlclose/Makefile diff --git a/unit-tests/test-cases/dlclose-terminator-dlclose/Makefile b/unit-tests/test-cases/dlclose-terminator-dlclose/Makefile index 4f19e3f..0c9b579 100644 --- a/unit-tests/test-cases/dlclose-terminator-dlclose/Makefile +++ b/unit-tests/test-cases/dlclose-terminator-dlclose/Makefile @@ -27,7 +27,9 @@ include ${TESTROOT}/include/common.makefile # Leopard (9a499): dyld crash with recursive calls to dlclose() -run: all +all-check: all check + +check: ./main all: main libfoo.dylib