Revert "Travis: use the generated cfg tests"

This reverts commit daa142ff25.
This commit is contained in:
Daniel Marjamäki 2018-03-19 21:45:31 +01:00
parent daa142ff25
commit c987f88ebc
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@ script:
# check test/cfg
- make checkcfg
- make validateCFG
# generated cfg tests
- ./cppcheck --platform=unix32 --library=posix --inline-suppr --enable=warning,information test/cfg/generated-cfg-tests-posix.cpp 2>&1 | grep 'Unmatched suppression' ; test $? -eq 1
- ./cppcheck --platform=unix32 --library=windows --inline-suppr --enable=warning,information test/cfg/generated-cfg-tests-windows.cpp 2>&1 | grep 'Unmatched suppression' ; test $? -eq 1
- cd ./gui
# clean rebuild
- git clean -dfx .