From 074f195f7b7c94ee0407a2795a5927790cfe11cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 7 Oct 2013 21:36:34 +0200 Subject: [PATCH 1/2] make install: install cppcheck-htmlreport as well. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b2b3ac15b..113969c39 100644 --- a/Makefile +++ b/Makefile @@ -234,6 +234,7 @@ tags: install: cppcheck install -d ${BIN} install cppcheck ${BIN} + install htmlreport/cppcheck-htmlreport ${BIN} ###### Build From 891a85a553b348027a12ab40722cd67cf38b3dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 7 Oct 2013 21:38:03 +0200 Subject: [PATCH 2/2] travis: also check "make install" --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 52064b146..a41a32f16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ script: - ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v1.xml --title "this is a test" --report-dir . --source-dir ../test/ - ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v2.xml --title "this is a test" --report-dir . --source-dir ../test/ - cd ../ + - mkdir install_test + - make DESTDIR=install_test install notifications: irc: channels: