Commit 54081aff authored by Saied Kazemi's avatar Saied Kazemi Committed by Pavel Emelyanov

tests: Pipe.c Test Program

Hi Saied,

This patch adds your test in the criu test system.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e12fd8f9
...@@ -13,7 +13,7 @@ all: ...@@ -13,7 +13,7 @@ all:
.PHONY: all .PHONY: all
TESTS = unix-callback mem-snap rpc libcriu mounts/ext security TESTS = unix-callback mem-snap rpc libcriu mounts/ext security pipes
other: .FORCE other: .FORCE
for t in $(TESTS); do \ for t in $(TESTS); do \
......
CFLAGS += -Wall
pipe: pipe.c
clean:
rm -f pipe
run:
./pipe - && \
./pipe -c && \
./pipe -cl && \
./pipe -d && \
./pipe -dc && \
./pipe -dcl && \
true
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment