From e3de72bd055126f1c7d7ab48ea6fa7ab3afdf5cd Mon Sep 17 00:00:00 2001 From: Kai Ni Date: Wed, 8 Sep 2010 19:19:14 +0000 Subject: [PATCH] fixed timeRot3 compilation error --- geometry/Makefile.am | 2 +- geometry/{ => tests}/timeCalibratedCamera.cpp | 0 geometry/{ => tests}/timeRot3.cpp | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename geometry/{ => tests}/timeCalibratedCamera.cpp (100%) rename geometry/{ => tests}/timeRot3.cpp (100%) diff --git a/geometry/Makefile.am b/geometry/Makefile.am index 25122548d..f7463f30b 100644 --- a/geometry/Makefile.am +++ b/geometry/Makefile.am @@ -29,7 +29,7 @@ sources += projectiveGeometry.cpp tensorInterface.cpp check_PROGRAMS += tests/testTensors tests/testHomography2 tests/testTrifocal # Timing tests -noinst_PROGRAMS = timeRot3 timeCalibratedCamera +noinst_PROGRAMS = tests/timeRot3 tests/timeCalibratedCamera #---------------------------------------------------------------------------------------------------- # Create a libtool library that is not installed diff --git a/geometry/timeCalibratedCamera.cpp b/geometry/tests/timeCalibratedCamera.cpp similarity index 100% rename from geometry/timeCalibratedCamera.cpp rename to geometry/tests/timeCalibratedCamera.cpp diff --git a/geometry/timeRot3.cpp b/geometry/tests/timeRot3.cpp similarity index 100% rename from geometry/timeRot3.cpp rename to geometry/tests/timeRot3.cpp