From d5c8efb97594adc71912ef07900b8427d3973840 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 15 Jun 2018 14:09:05 +0200 Subject: Update patch. --- ...isable-tests-that-use-DFSG-deleted-data-files.patch | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/debian/patches/0003-Disable-tests-that-use-DFSG-deleted-data-files.patch b/debian/patches/0003-Disable-tests-that-use-DFSG-deleted-data-files.patch index 3f5fb5bb..d58b56a9 100644 --- a/debian/patches/0003-Disable-tests-that-use-DFSG-deleted-data-files.patch +++ b/debian/patches/0003-Disable-tests-that-use-DFSG-deleted-data-files.patch @@ -6,8 +6,8 @@ Subject: Disable tests that use DFSG-deleted data files. example/Nerve_GIC/CMakeLists.txt | 6 ------ example/Persistent_cohomology/CMakeLists.txt | 4 ---- example/Simplex_tree/CMakeLists.txt | 2 -- - utilities/Nerve_GIC/CMakeLists.txt | 6 ------ - 4 files changed, 18 deletions(-) + utilities/Nerve_GIC/CMakeLists.txt | 8 -------- + 4 files changed, 20 deletions(-) diff --git a/example/Nerve_GIC/CMakeLists.txt b/example/Nerve_GIC/CMakeLists.txt index fdecf86..f63e08e 100644 @@ -59,19 +59,21 @@ index 857e851..48bb069 100644 install(TARGETS Simplex_tree_example_alpha_shapes_3_from_off DESTINATION bin) diff --git a/utilities/Nerve_GIC/CMakeLists.txt b/utilities/Nerve_GIC/CMakeLists.txt -index 215f9df..266171d 100644 +index 215f9df..20aeb8e 100644 --- a/utilities/Nerve_GIC/CMakeLists.txt +++ b/utilities/Nerve_GIC/CMakeLists.txt -@@ -14,12 +14,6 @@ if (NOT CGAL_VERSION VERSION_LESS 4.8.1) - # Copy files for not to pollute sources when testing - file(COPY "${CMAKE_SOURCE_DIR}/data/points/human.off" DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) +@@ -11,14 +11,6 @@ if (NOT CGAL_VERSION VERSION_LESS 4.8.1) + endif() + file(COPY KeplerMapperVisuFromTxtFile.py km.py DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) +- # Copy files for not to pollute sources when testing +- file(COPY "${CMAKE_SOURCE_DIR}/data/points/human.off" DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) +- - add_test(NAME Nerve_GIC_utilities_nerve COMMAND $ - "human.off" "2" "10" "0.3") - - add_test(NAME Nerve_GIC_utilities_VoronoiGIC COMMAND $ - "human.off" "100") -- + install(TARGETS Nerve DESTINATION bin) install(TARGETS VoronoiGIC DESTINATION bin) - install(FILES KeplerMapperVisuFromTxtFile.py km.py km.py.COPYRIGHT DESTINATION bin) -- cgit v1.2.3