File: 0004-no-install-tests.patch

package info (click to toggle)
sol2 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,096 kB
  • sloc: cpp: 43,816; ansic: 1,018; python: 356; sh: 288; makefile: 202
file content (19 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Do not install tests
Forwarded: not-needed
Author: syzygial <syzygial.123@gmail.com>
Last-Update: 2025-05-30
---
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 80feaaf..887fa4d 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -59,9 +59,6 @@ function(sol2_add_test_properties target-name)
 	endif()
 	
 	add_test(NAME ${target-name} COMMAND ${target-name})
-	if(SOL2_ENABLE_INSTALL)
-		install(TARGETS ${target-name} RUNTIME DESTINATION bin)
-	endif()
 endfunction()
 
 function(sol2_create_basic_test test_target_name target_sol)