Try if combined tests are faster

release/4.3a0
Frank Dellaert 2022-02-16 13:07:38 -05:00
parent c979a6f136
commit 67c1b26f2b
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@ function build ()
{
export GTSAM_BUILD_EXAMPLES_ALWAYS=ON
export GTSAM_BUILD_TESTS=OFF
export GTSAM_SINGLE_TEST_EXE=ON
configure
@ -108,6 +109,7 @@ function test ()
{
export GTSAM_BUILD_EXAMPLES_ALWAYS=OFF
export GTSAM_BUILD_TESTS=ON
export GTSAM_SINGLE_TEST_EXE=ON
configure