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

Lines Matching defs:read

3 # Demonstrate that the '!=' assignment operator can read individual lines
11 | ${MAKE} -f ${MAKEFILE} read-lines
13 .if make(read-lines)
14 line1!= read line; echo "$$line"
15 line2!= read line; echo "$$line"
23 # is actually specified by POSIX, which says that "The read utility shall
24 # read a single line from standard input". This is the reason why the shell
27 . error The shell's read command does not read a single line.
33 read-lines: .PHONY