Commit bc0c71eb authored by Dimitri van Heesch's avatar Dimitri van Heesch

Added test target and travis run

parent 5875da6c
......@@ -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
......@@ -140,5 +140,8 @@ rpmbinary: dist
ctags:
ctags -R -f tags src addon/doxywizard qtools
test: FORCE
make -C testing
FORCE:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment