]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/non-weak-library/Makefile
dyld-96.2.tar.gz
[apple/dyld.git] / unit-tests / test-cases / non-weak-library / Makefile
index 41f097c2efbb87ebafcd94d5e85ed6a8a806425b..2c49d4f69163ebb9aad22294549c01e379f1594f 100644 (file)
@@ -24,7 +24,7 @@ TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
 run: all
-       cd absent/  && ../${TESTROOT}/bin/exit-non-zero-pass.pl "pass message" "fail message" ./main
+       cd absent/  && ../${TESTROOT}/bin/exit-non-zero-pass.pl "non-weak-library" "non-weak-library" ./main
        cd present/ && ./main
 
 all: foo.c main.c
@@ -36,4 +36,4 @@ all: foo.c main.c
        mv libfoo.dylib present/
 
 clean:
-       ${RM} ${RMFLAGS} *~ libfoo.dylib absent/main present/{main,libfoo.dylib}
+       ${RM} ${RMFLAGS} *~ libfoo.dylib absent present