summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-06-24 10:09:07 +0200
committerJonas Smedegaard <dr@jones.dk>2017-06-24 10:09:07 +0200
commit1733b723e5d7f02f2aa52c7e9e2ff20f029b7d86 (patch)
tree5027ac5989899e65a4958e968d8d98ad3c8635ca /debian
parentb38dfbe1d77645a1ef9fe895e701a48d3c18d399 (diff)
downloadbiboumi-1733b723e5d7f02f2aa52c7e9e2ff20f029b7d86.tar.gz
biboumi-1733b723e5d7f02f2aa52c7e9e2ff20f029b7d86.tar.bz2
biboumi-1733b723e5d7f02f2aa52c7e9e2ff20f029b7d86.tar.xz
biboumi-1733b723e5d7f02f2aa52c7e9e2ff20f029b7d86.zip
Unfuzz patch 2001.
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/2001_cmake_ignore_git.patch16
1 files changed, 10 insertions, 6 deletions
diff --git a/debian/patches/2001_cmake_ignore_git.patch b/debian/patches/2001_cmake_ignore_git.patch
index 4334d0f..eb2be01 100644
--- a/debian/patches/2001_cmake_ignore_git.patch
+++ b/debian/patches/2001_cmake_ignore_git.patch
@@ -4,10 +4,12 @@ Last-Update: 2016-12-21
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -198,23 +198,6 @@
- database)
- endif()
+@@ -282,27 +282,6 @@
+ endforeach()
+ #
+-## Add a rule to download the catch unit test framework
+-#
-include(ExternalProject)
-ExternalProject_Add(catch
- GIT_REPOSITORY "https://lab.louiz.org/louiz/Catch.git"
@@ -25,10 +27,12 @@ Last-Update: 2016-12-21
- )
- add_dependencies(test_suite catch)
-endif()
+-
+-#
+ ## Add some custom rules to launch the tests
+ #
add_custom_target(check COMMAND "test_suite"
- DEPENDS test_suite biboumi)
- add_custom_target(e2e COMMAND "python3" "${CMAKE_CURRENT_SOURCE_DIR}/tests/end_to_end/"
-@@ -263,8 +246,7 @@
+@@ -362,8 +341,7 @@
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
add_custom_target(dist