File: remove-testing-from-cmakelists.diff

package info (click to toggle)
tlsh 4.12.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,952 kB
  • sloc: cpp: 9,132; python: 1,603; java: 1,214; sh: 703; javascript: 467; ansic: 54; makefile: 27; sed: 9
file content (17 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: remove Testing directory from CMakeLists.txt
 The license for the test corpus is quite unclear even if it could
 probably be considered fair use. So let just no ship it in the
 Debian package.
Author: Jérémy Bobbio <lunar@debian.org>
Forwarded: not-needed
Last-Update: 2025-12-06
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,7 +153,6 @@
 add_subdirectory(src)
 add_subdirectory(test)
 add_subdirectory(utils)
-add_subdirectory(Testing)
 
 if(MSVC)
     add_subdirectory(Windows)