criu/test/pipes/Makefile
Saied Kazemi 54081aff7b tests: Pipe.c Test Program
Hi Saied,

This patch adds your test in the criu test system.

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-12-10 18:52:23 +03:00

12 lines
164 B
Makefile

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