summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-07-19 19:50:54 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-07-19 19:50:54 (GMT)
commitbc0c71eb5272679d5fc47a259a0278f62ff44e6a (patch)
tree32cd16505fdc284c5fc9cbde4bc062d57d62ed2b
parent5875da6cae352bbcbe64f537ccfcfab08ad98b3f (diff)
downloadDoxygen-bc0c71eb5272679d5fc47a259a0278f62ff44e6a.zip
Doxygen-bc0c71eb5272679d5fc47a259a0278f62ff44e6a.tar.gz
Doxygen-bc0c71eb5272679d5fc47a259a0278f62ff44e6a.tar.bz2
Added test target and travis run
-rw-r--r--.travis.yml3
-rw-r--r--Makefile.in3
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 589b870..703ca18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,9 @@ compiler:
- gcc
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -qq texlive texlive-extra-utils
+ - sudo apt-get install -qq texlive texlive-extra-utils xmllint perl
script:
- ./configure --with-doxywizard
- make
- make docs
+ - make test
diff --git a/Makefile.in b/Makefile.in
index 99a616a..fed6560 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -140,5 +140,8 @@ rpmbinary: dist
ctags:
ctags -R -f tags src addon/doxywizard qtools
+test: FORCE
+ make -C testing
+
FORCE: