projects
/
apple
/
dyld.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dyld-851.27.tar.gz
[apple/dyld.git]
/
unit-tests
/
test-cases
/
dyld-launched-prebound
/
Makefile
diff --git
a/unit-tests/test-cases/dyld-launched-prebound/Makefile
b/unit-tests/test-cases/dyld-launched-prebound/Makefile
index 4eb418a55036c2eb5c7a753dd452ac6fd68ee3e6..61f202b0794887120b869f32185124c3798e07b2 100644
(file)
--- a/
unit-tests/test-cases/dyld-launched-prebound/Makefile
+++ b/
unit-tests/test-cases/dyld-launched-prebound/Makefile
@@
-23,11
+23,13
@@
TESTROOT = ../..
include ${TESTROOT}/include/common.makefile
TESTROOT = ../..
include ${TESTROOT}/include/common.makefile
-run: all
+all-check: all check
+
+check:
${TESTROOT}/bin/exit-zero-pass.pl "_dyld_launched_prebound() was implemented" "_dyld_launched_prebound() was not implemented" ./main
all:
${TESTROOT}/bin/exit-zero-pass.pl "_dyld_launched_prebound() was implemented" "_dyld_launched_prebound() was not implemented" ./main
all:
- ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c
+ ${CC} ${CCFLAGS} -
Wno-deprecated-declarations -
I${TESTROOT}/include -o main main.c
clean:
${RM} ${RMFLAGS} *~ main
clean:
${RM} ${RMFLAGS} *~ main