From d6c70c37a581a750c55bca0cc040ae749cfd2276 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 6 Feb 2015 10:17:57 +0000 Subject: Fix test because of moved files git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@459 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1746130bd4c0224741ff6a7153cb50a9efb33325 --- src/Contraction/example/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Contraction/example/CMakeLists.txt') diff --git a/src/Contraction/example/CMakeLists.txt b/src/Contraction/example/CMakeLists.txt index 1912a646..ba411bd4 100644 --- a/src/Contraction/example/CMakeLists.txt +++ b/src/Contraction/example/CMakeLists.txt @@ -4,5 +4,5 @@ project(GUDHIskbl) add_executable(RipsContraction Rips_contraction.cpp) target_link_libraries(RipsContraction ${Boost_TIMER_LIBRARY} ${Boost_SYSTEM_LIBRARY}) -add_test(RipsContraction.sphere.0.2 ${CMAKE_CURRENT_BINARY_DIR}/RipsContraction ${CMAKE_SOURCE_DIR}/data/meshes/sphere3D_2646.off 0.2) -add_test(RipsContraction.S0310000 ${CMAKE_CURRENT_BINARY_DIR}/RipsContraction ${CMAKE_SOURCE_DIR}/data/meshes/SO3_10000.off 0.3) +add_test(RipsContraction.sphere.0.2 ${CMAKE_CURRENT_BINARY_DIR}/RipsContraction ${CMAKE_SOURCE_DIR}/data/points/sphere3D_2646.off 0.2) +add_test(RipsContraction.S0310000 ${CMAKE_CURRENT_BINARY_DIR}/RipsContraction ${CMAKE_SOURCE_DIR}/data/points/SO3_10000.off 0.3) -- cgit v1.2.3