mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-30 05:21:57 +00:00
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>
12 lines
164 B
Makefile
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
|