Activate validation of --errorlist output (#1248)
This commit is contained in:
parent
e4f10bce6d
commit
978bc7c150
|
@ -77,6 +77,8 @@ script:
|
||||||
- tools/generate_and_run_more_tests.sh
|
- tools/generate_and_run_more_tests.sh
|
||||||
# Validate XML
|
# Validate XML
|
||||||
# - make validateXMLV2
|
# - make validateXMLV2
|
||||||
|
- ${CPPCHECK} --errorlist >/tmp/errorlist.xml
|
||||||
|
- xmllint --noout --relaxng xmlV2.rng /tmp/errorlist.xml
|
||||||
# check test/cfg
|
# check test/cfg
|
||||||
- make checkcfg
|
- make checkcfg
|
||||||
- make validateCFG
|
- make validateCFG
|
||||||
|
|
Loading…
Reference in New Issue