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: ...@@ -3,8 +3,9 @@ compiler:
- gcc - gcc
before_install: before_install:
- sudo apt-get update -qq - 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: script:
- ./configure --with-doxywizard - ./configure --with-doxywizard
- make - make
- make docs - make docs
- make test
...@@ -140,5 +140,8 @@ rpmbinary: dist ...@@ -140,5 +140,8 @@ rpmbinary: dist
ctags: ctags:
ctags -R -f tags src addon/doxywizard qtools ctags -R -f tags src addon/doxywizard qtools
test: FORCE
make -C testing
FORCE: 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