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