Omit serialization test
parent
ad78f3c763
commit
8bd15b8792
|
@ -11,6 +11,10 @@ if (NOT GTSAM_USE_BOOST_FEATURES)
|
||||||
list(APPEND tests_exclude "testGncOptimizer.cpp")
|
list(APPEND tests_exclude "testGncOptimizer.cpp")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (NOT GTSAM_ENABLE_BOOST_SERIALIZATION)
|
||||||
|
list(APPEND tests_exclude "testSerializationSLAM.cpp")
|
||||||
|
endif()
|
||||||
|
|
||||||
# Build tests
|
# Build tests
|
||||||
gtsamAddTestsGlob(tests "test*.cpp" "${tests_exclude}" "gtsam")
|
gtsamAddTestsGlob(tests "test*.cpp" "${tests_exclude}" "gtsam")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue