mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
phaul/Makefile: add a target to run tests
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
@@ -13,5 +13,5 @@ piggie: piggie.c
|
|||||||
clean:
|
clean:
|
||||||
rm -rf test_images/
|
rm -rf test_images/
|
||||||
|
|
||||||
run_test:
|
run_test: piggie test
|
||||||
unshare -fpm --mount-proc ./test.sh
|
unshare -fpm --mount-proc ./test.sh
|
||||||
|
2
phaul/src/test/Makefile
Normal file
2
phaul/src/test/Makefile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
all:
|
||||||
|
go build -o test .
|
Reference in New Issue
Block a user