From ac3d1ea8b63ce8d0e4abd65c998229bb8fc12c43 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sat, 31 May 2014 19:02:41 -0400 Subject: [PATCH] Remove timeLago from tests that are run.... --- gtsam/nonlinear/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/nonlinear/tests/CMakeLists.txt b/gtsam/nonlinear/tests/CMakeLists.txt index 378d93de4..69a3700f2 100644 --- a/gtsam/nonlinear/tests/CMakeLists.txt +++ b/gtsam/nonlinear/tests/CMakeLists.txt @@ -1 +1 @@ -gtsamAddTestsGlob(nonlinear "*.cpp" "" "gtsam") +gtsamAddTestsGlob(nonlinear "test*.cpp" "" "gtsam")