Make sure we build the tests

This commit is contained in:
Lukáš Lalinský 2012-10-13 13:38:35 +02:00
parent 2d7686b5fa
commit 044da877e6

View File

@ -2,5 +2,5 @@ language: cpp
compiler:
- gcc
install: sudo apt-get install libcppunit-dev zlib1g-dev
script: cmake . && make && make check
script: cmake -DBUILD_TESTS=ON . && make && make check