From db47948a2047984ca8aa3c88917c409215390347 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Thu, 8 Aug 2013 16:58:58 +0000 Subject: [PATCH] Disabled testLinearContainerFactor and testWhiteNoiseFactor in cmake --- gtsam/nonlinear/CMakeLists.txt | 4 +++- gtsam/nonlinear/LinearContainerFactor.h | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtsam/nonlinear/CMakeLists.txt b/gtsam/nonlinear/CMakeLists.txt index 4dcb5e8d8..47f14c8d9 100644 --- a/gtsam/nonlinear/CMakeLists.txt +++ b/gtsam/nonlinear/CMakeLists.txt @@ -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 diff --git a/gtsam/nonlinear/LinearContainerFactor.h b/gtsam/nonlinear/LinearContainerFactor.h index 304201ff8..f78edec1b 100644 --- a/gtsam/nonlinear/LinearContainerFactor.h +++ b/gtsam/nonlinear/LinearContainerFactor.h @@ -11,7 +11,6 @@ #include -#if 0 namespace gtsam { @@ -160,4 +159,3 @@ private: } // \namespace gtsam -#endif