X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/bac542e65c0030c0d819c7ff1dcfc25892a61844..HEAD:/unit-tests/test-cases/dlopen-in-initializer/Makefile diff --git a/unit-tests/test-cases/dlopen-in-initializer/Makefile b/unit-tests/test-cases/dlopen-in-initializer/Makefile index d3dd9c2..8623188 100644 --- a/unit-tests/test-cases/dlopen-in-initializer/Makefile +++ b/unit-tests/test-cases/dlopen-in-initializer/Makefile @@ -23,7 +23,9 @@ TESTROOT = ../.. include ${TESTROOT}/include/common.makefile -run: all +all-check: all check + +check: ./main || echo "FAIL dlopen-in-initializer" all: main test.bundle test.dylib