mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
test/other: add test for action-script
This commit is introducing a test for the action-script functionality of CRIU to verify that pre-dump, post-dump, pre-restore, pre-resume, post-restore, post-resume hooks are executed during dump/restore. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
ea05b06ac2
commit
1800018bc1
6 changed files with 72 additions and 0 deletions
|
|
@ -316,6 +316,9 @@ make -C test/others/ns_ext run
|
|||
# config file parser and parameter testing
|
||||
make -C test/others/config-file run
|
||||
|
||||
# action script testing
|
||||
make -C test/others/action-script run
|
||||
|
||||
# Skip all further tests when running with GCOV=1
|
||||
# The one test which currently cannot handle GCOV testing is compel/test
|
||||
# Probably because the GCOV Makefile infrastructure does not exist in compel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue