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
mv libfoo.dylib present/
clean:
- ${RM} ${RMFLAGS} *~ libfoo.dylib absent/main present/{main,libfoo.dylib}
+ ${RM} ${RMFLAGS} *~ libfoo.dylib absent present