Activate validation of --errorlist output (#1248)

This commit is contained in:
amai2012 2018-05-20 14:54:38 +02:00 committed by Daniel Marjamäki
parent e4f10bce6d
commit 978bc7c150
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ script:
- tools/generate_and_run_more_tests.sh
# Validate XML
# - make validateXMLV2
- ${CPPCHECK} --errorlist >/tmp/errorlist.xml
- xmllint --noout --relaxng xmlV2.rng /tmp/errorlist.xml
# check test/cfg
- make checkcfg
- make validateCFG