Travis CI: fix testing

This commit is contained in:
Přemysl Eric Janouch 2015-05-28 21:33:08 +02:00
parent cd13ae9f8e
commit b1a860444e
1 changed files with 3 additions and 1 deletions

View File

@ -31,4 +31,6 @@ script:
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_GTK=ON -DBUILD_TESTING=ON
- make
- cpack -G DEB
- ctest
# We've excluded the tests in termo from the build
- sed -i /^subdirs/d CTestTestfile.cmake"
- ctest -V