travis: check --dump

This commit is contained in:
Matthias Krüger 2014-07-14 20:17:40 +02:00
parent b6a9c53826
commit 523b53100a
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ script:
- xmllint --noout cfg/*
# check matchcompiler
- ./tools/test_matchcompiler.py
# check --dump
- ./cppcheck test/testpreprocessor.cpp --dump
- xmllint --noout test/testpreprocessor.cpp.dump
# check if Makefile needs to be regenerated
- git clean -dfx
- make dmake