From 523b53100ae2b37dbbdd39359564cf0b99b3c53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 14 Jul 2014 20:17:40 +0200 Subject: [PATCH] travis: check --dump --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d59784c27..dea990c1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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