File: skip-googletest.patch

package info (click to toggle)
cherrytree 0.99.48%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,280 kB
  • sloc: cpp: 95,372; ansic: 14,613; xml: 1,047; sh: 306; python: 198; javascript: 80; ruby: 63; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -165,8 +165,8 @@
 
 if(BUILD_TESTING AND NOT DEFINED ENV{DEB_BUILD_OPTIONS})
   enable_testing()
-  include(GoogleTest)
-  add_subdirectory(tests)
+  # include(GoogleTest)
+  # add_subdirectory(tests)
 endif()
 
 # rebuild man pages