summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: