criu/test/others/pipes/Makefile
Andrew Vagin 88aaae3ace tests: move non-zdtm tests to tests/others/
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-02-24 13:09:17 +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