File: run-a-minor-testsuite.patch

package info (click to toggle)
openscap 1.4.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 125,116 kB
  • sloc: xml: 527,136; ansic: 91,867; sh: 19,831; python: 2,531; perl: 444; makefile: 49
file content (29 lines) | stat: -rw-r--r-- 811 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: HÃ¥vard F. Aasen <havard.f.aasen@pfft.no>
Date: Sat, 30 Jul 2022 07:57:36 +0200
Subject: run a minor testsuite

Forwarded: not-needed
---
 tests/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fdd228d..489f81c 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -22,7 +22,6 @@ endfunction()
 
 configure_file("test_common.sh.in" "test_common.sh" @ONLY)
 
-add_subdirectory("API")
 add_subdirectory("bindings")
 add_subdirectory("bz2")
 add_subdirectory("codestyle")
@@ -34,7 +33,6 @@ add_subdirectory("nist")
 add_subdirectory("oscap_string")
 add_subdirectory("oval_details")
 add_subdirectory("probe_behavior")
-add_subdirectory("probes")
 add_subdirectory("report")
 add_subdirectory("sce")
 add_subdirectory("schemas")