Merge branch 'develop' of https://github.com/borglab/gtsam into add-failing-axis-angle-test-c++

release/4.3a0
John Lambert 2021-10-08 14:30:46 -04:00
commit e7af99c13b
1 changed files with 2 additions and 2 deletions

View File

@ -113,9 +113,9 @@ function test ()
# Actual testing
if [ "$(uname)" == "Linux" ]; then
make -j$(nproc)
make -j$(nproc) check
elif [ "$(uname)" == "Darwin" ]; then
make -j$(sysctl -n hw.physicalcpu)
make -j$(sysctl -n hw.physicalcpu) check
fi
finish