mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: run criu-config tests
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
1c54c45fc5
commit
a8dd7d2909
2 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ export ZDTM_ARGS
|
|||
|
||||
all:
|
||||
$(MAKE) zdtm
|
||||
$(MAKE) zdtm-config
|
||||
$(MAKE) zdtm-pre-dump
|
||||
$(MAKE) zdtm-snapshot
|
||||
$(MAKE) zdtm-iter
|
||||
|
|
@ -23,6 +24,10 @@ zdtm:
|
|||
./zdtm.py run -a --parallel 2
|
||||
.PHONY: zdtm
|
||||
|
||||
zdtm-config:
|
||||
./zdtm.py run -a --parallel 2 --criu-config
|
||||
.PHONY: zdtm-config
|
||||
|
||||
zdtm-pre-dump:
|
||||
./zdtm.py run --pre 2:1 -t zdtm/transition/fork -f uns
|
||||
.PHONY: zdtm-pre-dump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue