2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

phaul/Makefile: add a target to run tests

Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrei Vagin
2017-10-18 02:59:20 +03:00
parent ddb09e6e18
commit eb2736dd56
2 changed files with 3 additions and 1 deletions

View File

@@ -13,5 +13,5 @@ piggie: piggie.c
clean:
rm -rf test_images/
run_test:
run_test: piggie test
unshare -fpm --mount-proc ./test.sh

2
phaul/src/test/Makefile Normal file
View File

@@ -0,0 +1,2 @@
all:
go build -o test .