Disabled testLinearContainerFactor and testWhiteNoiseFactor in cmake

release/4.3a0
Alex Cunningham 2013-08-08 16:58:58 +00:00
parent 2d7abe0710
commit db47948a20
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,9 @@ set(nonlinear_local_libs
# Files to exclude from compilation of tests and timing scripts
set(nonlinear_excluded_files
# "${CMAKE_CURRENT_SOURCE_DIR}/tests/testTypedDiscreteFactor.cpp" # Example of excluding a test
"" # Add to this list, with full path, to exclude
#"" # Add to this list, with full path, to exclude
"${CMAKE_CURRENT_SOURCE_DIR}/tests/testLinearContainerFactor.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/tests/testWhiteNoiseFactor.cpp"
)
# Build tests

View File

@ -11,7 +11,6 @@
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
#if 0
namespace gtsam {
@ -160,4 +159,3 @@ private:
} // \namespace gtsam
#endif