criu/test/tcp/Makefile
Andrew Vagin 876def9546 test: add a target to execute non-zdtm tests
make -C test other

Signed-off-by: Andrew Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-06-24 22:50:43 +04:00

11 lines
96 B
Makefile

OBJS=cln srv
all: $(OBJS)
.PHONY: all
run: all
./run.sh
clean:
rm -f $(OBJS)
.PHONY: clean