mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 17:14:28 +00:00
* Added test for dumping\restoring of unnamed unix sockets. Also test added to test/Makefile. Use make run for launch. * Cleanup env after call run.sh in test/libcriu. Signed-off-by: Artem Kuzmitskiy <artem.kuzmitskiy@lge.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
9 lines
156 B
Makefile
9 lines
156 B
Makefile
CFLAGS += -Wall
|
|
socketpair: socketpair.c
|
|
clean:
|
|
rm -f socketpair
|
|
run: socketpair
|
|
./socketpair && \
|
|
./socketpair -v && \
|
|
./socketpair -m4 && \
|
|
true
|