From d453ab3742d87c3c1e985db3899f1085cd57829a Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 21 Apr 2017 11:55:21 +0200 Subject: [PATCH 1/2] Disable some tests that uncleanly write outside of the build directory. --- example/Bitmap_cubical_complex/CMakeLists.txt | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/example/Bitmap_cubical_complex/CMakeLists.txt b/example/Bitmap_cubical_complex/CMakeLists.txt index 241a11e..82fd911 100644 --- a/example/Bitmap_cubical_complex/CMakeLists.txt +++ b/example/Bitmap_cubical_complex/CMakeLists.txt @@ -7,11 +7,11 @@ if (TBB_FOUND) target_link_libraries(Bitmap_cubical_complex ${TBB_LIBRARIES}) endif() -add_test(NAME Bitmap_cubical_complex_example_persistence_one_sphere COMMAND $ - "${CMAKE_SOURCE_DIR}/data/bitmap/CubicalOneSphere.txt") +#add_test(NAME Bitmap_cubical_complex_example_persistence_one_sphere COMMAND $ +# "${CMAKE_SOURCE_DIR}/data/bitmap/CubicalOneSphere.txt") -add_test(NAME Bitmap_cubical_complex_example_persistence_two_sphere COMMAND $ - "${CMAKE_SOURCE_DIR}/data/bitmap/CubicalTwoSphere.txt") +#add_test(NAME Bitmap_cubical_complex_example_persistence_two_sphere COMMAND $ +# "${CMAKE_SOURCE_DIR}/data/bitmap/CubicalTwoSphere.txt") add_executable ( Random_bitmap_cubical_complex Random_bitmap_cubical_complex.cpp ) target_link_libraries(Random_bitmap_cubical_complex ${Boost_SYSTEM_LIBRARY}) @@ -27,10 +27,11 @@ if (TBB_FOUND) target_link_libraries(Bitmap_cubical_complex_periodic_boundary_conditions ${TBB_LIBRARIES}) endif() -add_test(NAME Bitmap_cubical_complex_example_periodic_boundary_conditions_2d_torus - COMMAND $ - "${CMAKE_SOURCE_DIR}/data/bitmap/2d_torus.txt") +#add_test(NAME Bitmap_cubical_complex_example_periodic_boundary_conditions_2d_torus +# COMMAND $ +# "${CMAKE_SOURCE_DIR}/data/bitmap/2d_torus.txt") -add_test(NAME Bitmap_cubical_complex_example_periodic_boundary_conditions_3d_torus - COMMAND $ - "${CMAKE_SOURCE_DIR}/data/bitmap/3d_torus.txt") +#add_test(NAME Bitmap_cubical_complex_example_periodic_boundary_conditions_3d_torus +# COMMAND $ +# "${CMAKE_SOURCE_DIR}/data/bitmap/3d_torus.txt") + -- 2.11.0