criu/test/pipes/Makefile
Andrey Vagin 686467832f test/pipes: execute two test cases
* reopen a pipe descriptor via /proc/self/fd/X
* give another end of a pipe to "criu restore"

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-07-15 17:36:11 +03:00

14 lines
203 B
Makefile

CFLAGS += -Wall
pipe: pipe.c
clean:
rm -f pipe
run: pipe
./pipe - && \
./pipe -c && \
./pipe -cl && \
./pipe -d && \
./pipe -o && \
./pipe -r && \
./pipe -dc && \
./pipe -dcl && \
true