Home | History | Annotate | Download | only in test

Lines Matching full:echo

36 	@echo simply use \`make\' \(or \`make everything\'\) to do all
52 target=`echo $@ | sed s/-recursive//`; \
54 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
70 target=`echo $@ | sed s/-recursive//`; \
72 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
80 echo "---------------"; \
81 echo "ALL TESTS SUMMARY:"; \
83 echo "ok: $$goods"; \
84 echo "===== ERRS: $$bads"; exit 1; \
86 echo "All tests OK: $$goods"; \