X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/bac542e65c0030c0d819c7ff1dcfc25892a61844..39a8cd101b922f08058746122efff58c14b57605:/unit-tests/test-cases/rpath-dlopen-leak/Makefile diff --git a/unit-tests/test-cases/rpath-dlopen-leak/Makefile b/unit-tests/test-cases/rpath-dlopen-leak/Makefile index 2261028..0bea13a 100644 --- a/unit-tests/test-cases/rpath-dlopen-leak/Makefile +++ b/unit-tests/test-cases/rpath-dlopen-leak/Makefile @@ -37,8 +37,9 @@ ifeq "ppc" "$(ARCH)" endif endif +all-check: all check -run: all +check: if [ ${EMULATED} == 0 ]; \ then \ ${TESTROOT}/bin/exit-zero-pass.pl "rpath-dlopen-leak" "rpath-dlopen-leak" "./main | grep '0 leaks for 0 total leaked bytes' > /dev/null"; \