Browse Source

update test for verbose (#938)

* fixed unit test

* partial revert of cmake glob

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* changed build dont know if it works

* verbose testing


Former-commit-id: 7a70f449d4c923965df1014c4396e4cbbbd44ab6
teseoch 6 years ago
parent
commit
036fc21668
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -70,5 +70,5 @@ script:
 - cd build
 - cmake -DCMAKE_BUILD_TYPE=$CONFIG -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON ../
 - make -j 2
-- make test
+- ctest --verbose
 - ccache --show-stats