]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/insert-libraries-with-suid/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / insert-libraries-with-suid / Makefile
index 7e6ad2ab1d58314b7f0cd73148b6b4134e2edc2d..1380ba99c43451bbf5e3effdd0bb813cbdeb1169 100644 (file)
@@ -23,7 +23,9 @@
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
-run: all
+all-check: all check
+
+check:
        export DYLD_INSERT_LIBRARIES="/usr/lib/libldap.dylib:/usr/lib/libpcap.dylib" && ./main
 
 all: main