X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/412ebb8e3cc35d457058c31310d89ef96b7c416d..797cc9518557438c2166863f4e1804db04ecfa2d:/unit-tests/test-cases/initializer-bounds-check/Makefile diff --git a/unit-tests/test-cases/initializer-bounds-check/Makefile b/unit-tests/test-cases/initializer-bounds-check/Makefile index aa35765..42f9e42 100644 --- a/unit-tests/test-cases/initializer-bounds-check/Makefile +++ b/unit-tests/test-cases/initializer-bounds-check/Makefile @@ -26,7 +26,7 @@ include ${TESTROOT}/include/common.makefile all-check: all check check: - ./main + ${PASS_IFF_FAILURE} ./main all: ${CC} ${CCFLAGS} -I${TESTROOT}/include bar.c -dynamiclib -o libbar.dylib