2014-02-13 14:34:31 +08:00
|
|
|
|
|
|
|
|
# Exclude tests that don't work
|
|
|
|
|
set (slam_excluded_tests
|
|
|
|
|
testSerialization.cpp
|
2023-02-06 13:10:38 +08:00
|
|
|
testSmartStereoProjectionFactorPP.cpp # unstable after PR #1442
|
2014-02-13 14:34:31 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
gtsamAddTestsGlob(slam_unstable "test*.cpp" "${slam_excluded_tests}" "gtsam_unstable")
|