mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
test: add tests for configuration file parsing
This adds a test run to ensure known (but fixed) configuration file parser errors are not crashing CRIU anymore. Based on missing test code coverage this script also tests code paths of the option handling which have not been tested until now. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
committed by
Andrei Vagin
parent
f695e6e107
commit
45bde968a2
@@ -261,6 +261,9 @@ make -C test/others/libcriu run
|
||||
# external namespace testing
|
||||
make -C test/others/ns_ext run
|
||||
|
||||
# config file parser and parameter testing
|
||||
make -C test/others/config-file 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
|
||||
|
Reference in New Issue
Block a user