File: 0001-Don-t-run-tests.patch

package info (click to toggle)
process-cpp 3.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 580 kB
  • sloc: cpp: 2,546; ansic: 225; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Chris Lamb <lamby@debian.org>
Date: Mon, 22 Jan 2018 14:10:39 +1100
Subject: Don't run tests.

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae822e249525..063c8ec4e4dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,4 +73,3 @@ add_subdirectory(doc)
 add_subdirectory(data)
 add_subdirectory(include)
 add_subdirectory(src)
-add_subdirectory(tests)