]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/rpath-dlopen-leak/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-dlopen-leak / Makefile
index 22610287adbb2198c634fd724140910e49219f5b..0bea13aa94b83727601775aca24086cd8fb8f9ab 100644 (file)
@@ -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"; \