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:
@@ -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
2
phaul/src/test/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
all:
|
||||
go build -o test .
|
Reference in New Issue
Block a user