mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-27 12:04:24 +00:00
In automated tests we use test/crit-recode.py because of performance benefits(no need to launch python interpreter more than once), but manual test is still useful for manual testing, so lets make it work again. Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
5 lines
70 B
Makefile
5 lines
70 B
Makefile
run: clean
|
|
./test.sh
|
|
|
|
clean:
|
|
rm -f *.img *.log *.txt stats-* *.json
|