Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:echo

8 	@${MAKE} -f ${MAKEFILE} -j1 echo-on-stdout-and-stderr
14 @echo begin $@
16 @echo
18 @echo
20 @echo end $@
32 @echo begin $@
33 @echo only stdout:
34 @${MAKE} -f ${MAKEFILE} echo-on-stdout-and-stderr 2>/dev/null
35 @echo only stderr:
36 @${MAKE} -f ${MAKEFILE} echo-on-stdout-and-stderr 1>/dev/null
37 @echo end $@
39 echo-on-stdout-and-stderr: .PHONY
40 @echo This is stdout.
41 @echo This is stderr. 1>&2