2014-06-08 10:01:13 +08:00
|
|
|
set(ignore_test "testNestedDissection.cpp")
|
2023-02-06 17:31:56 +08:00
|
|
|
|
|
|
|
if (NOT GTSAM_USE_BOOST_FEATURES)
|
|
|
|
list(APPEND ignore_test "testFindSeparator.cpp")
|
|
|
|
endif()
|
|
|
|
|
2022-08-01 05:36:36 +08:00
|
|
|
gtsamAddTestsGlob(partition "test*.cpp" "${ignore_test}" "gtsam_unstable;gtsam;metis-gtsam-if")
|