Travis: run tests again.

Tests used to be included in `make all`, but not since 8d0e226.
pull/200/head
whitequark 2017-02-06 14:49:13 +00:00
parent 97e71856b3
commit cd26256675
2 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,4 @@ cmake .. -DCMAKE_C_COMPILER=clang-3.9 -DCMAKE_CXX_COMPILER=clang++-3.9 \
-DENABLE_GUI=OFF \ -DENABLE_GUI=OFF \
-DENABLE_SANITIZERS=ON -DENABLE_SANITIZERS=ON
make VERBOSE=1 make VERBOSE=1
make test_solvespace

View File

@ -6,3 +6,4 @@ mkdir build
cd build cd build
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE=$BUILD_TYPE .. cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
make VERBOSE=1 make VERBOSE=1
make test_solvespace