Merge pull request #365 from matthiaskrgr/travis_working
travis: check --dump
This commit is contained in:
commit
136dc61454
|
@ -79,6 +79,9 @@ script:
|
||||||
- xmllint --noout cfg/*
|
- xmllint --noout cfg/*
|
||||||
# check matchcompiler
|
# check matchcompiler
|
||||||
- ./tools/test_matchcompiler.py
|
- ./tools/test_matchcompiler.py
|
||||||
|
# check --dump
|
||||||
|
- ./cppcheck test/testpreprocessor.cpp --dump
|
||||||
|
- xmllint --noout test/testpreprocessor.cpp.dump
|
||||||
# check if Makefile needs to be regenerated
|
# check if Makefile needs to be regenerated
|
||||||
- git clean -dfx
|
- git clean -dfx
|
||||||
- make dmake
|
- make dmake
|
||||||
|
|
Loading…
Reference in New Issue