summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRALOVICH, Kristóf <tade60@freemail.hu>2013-09-13 15:45:22 +0200
committerRALOVICH, Kristóf <tade60@freemail.hu>2013-09-13 15:45:22 +0200
commit70c9ee857523dbfebdcb1bab83cbfa8a6612a095 (patch)
tree50c305578fa71eda976755b933e02bb097572a1f /.travis.yml
parente40064ca1660be6001dd3c9624a4eef1d14b25cd (diff)
testing: add and run unit tests from cmake
also make travis run them
Diffstat (limited to '.travis.yml')
-rwxr-xr-x.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e2c93bd..bff659f 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,4 +13,4 @@ notifications:
before_install: sudo apt-get update && uname -a
install: sudo apt-get install libboost-dev libboost-date-time-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-test-dev libusb-dev
before_script: mkdir cmake-build
-script: cd cmake-build && cmake ../src -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr && make
+script: cd cmake-build && cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make