From bc0c71eb5272679d5fc47a259a0278f62ff44e6a Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Fri, 19 Jul 2013 21:50:54 +0200 Subject: Added test target and travis run --- .travis.yml | 3 ++- Makefile.in | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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: -- cgit v0.12