mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +00:00
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
9 lines
193 B
Makefile
9 lines
193 B
Makefile
images: clean
|
|
setsid ./loop.sh < /dev/null &> /dev/null & \
|
|
../../criu dump -v4 -o dump.log -D ./ -t $${!} --shell-job
|
|
|
|
run: images
|
|
./test.sh
|
|
|
|
clean:
|
|
rm -f *.img *.log *.txt stats-* *.json
|