criu/test/socketpairs/Makefile
Artem Kuzmitskiy d50cd344d0 Add test for dumping\restoring unnamed unix sockets.
* 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>
2015-07-29 17:53:39 +03:00

9 lines
156 B
Makefile

CFLAGS += -Wall
socketpair: socketpair.c
clean:
rm -f socketpair
run: socketpair
./socketpair && \
./socketpair -v && \
./socketpair -m4 && \
true