Actually run the tests

This commit is contained in:
Lukáš Lalinský 2012-10-13 13:36:33 +02:00
parent 074f6db6d8
commit 2d7686b5fa

View File

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