diff --git a/CI/ci-mac.sh b/CI/ci-mac.sh index daf54fa3..863d7a67 100755 --- a/CI/ci-mac.sh +++ b/CI/ci-mac.sh @@ -69,6 +69,9 @@ cd build-debug cmake -DCMAKE_BUILD_TYPE=Debug -DOPENMESH_BUILD_UNIT_TESTS=TRUE -DSTL_VECTOR_CHECKS=ON -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=ON $OPTIONS ../ +#build it +make + #build the unit tests make unittests