]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/ignore-bad-files/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / ignore-bad-files / Makefile
index b5c0a4c4cac2c969b81bc56abbde65f5f1c57e4a..b1810071ab4c4d49fc32bc0f5dfe3db46b1454cb 100644 (file)
@@ -30,7 +30,9 @@ include ${TESTROOT}/include/common.makefile
 #
 
 
-run: all
+all-check: all check
+
+check:
        export DYLD_LIBRARY_PATH=locations/datafile:locations/exec:locations/dir && ${TESTROOT}/bin/exit-non-zero-pass.pl "ignore-bad-files intended failure" "ignore-bad-files intended failure" ./main
        export DYLD_LIBRARY_PATH=locations/datafile:locations/exec:locations/dir:locations/real && ${TESTROOT}/bin/exit-zero-pass.pl "ignore-bad-files intended success" "ignore-bad-files intended success" ./main