criu/phaul/Makefile
Andrei Vagin ff599cd966 travis: run phaul tests
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-11-30 01:36:15 +03:00

17 lines
276 B
Makefile

all: test piggie
test:
make -C src/test
stats:
mkdir -p src/stats/
protoc --go_out=src/stats/ --proto_path=../images/ ../images/stats.proto
piggie: piggie.c
gcc piggie.c -o piggie
clean:
rm -rf test_images/
run_test: test piggie
unshare -fpm --mount-proc ./test.sh