mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-util/gammaray: add 3.1.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
21
dev-util/gammaray/files/gammaray-3.1.0-deselect-tests.patch
Normal file
21
dev-util/gammaray/files/gammaray-3.1.0-deselect-tests.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4930f4d334fbc586c0c968e0e8159e8c28a610f2
|
||||
Remove tests that have been failing since the previous version.
|
||||
--- a/tests/CMakeLists.txt
|
||||
+++ b/tests/CMakeLists.txt
|
||||
@@ -372,16 +372,6 @@ if(NOT GAMMARAY_CLIENT_ONLY_BUILD AND NOT GAMMARAY_PROBE_ONLY_BUILD)
|
||||
target_include_directories(earlyexittest PRIVATE ${CMAKE_BINARY_DIR}/launcher)
|
||||
target_link_libraries(earlyexittest gammaray_core gammaray_launcher)
|
||||
|
||||
- if(HAVE_QT_WIDGETS)
|
||||
- gammaray_add_test(launchertest launchertest.cpp)
|
||||
- target_include_directories(launchertest PRIVATE ${CMAKE_BINARY_DIR}/launcher)
|
||||
- target_link_libraries(launchertest gammaray_core gammaray_launcher)
|
||||
- endif()
|
||||
-
|
||||
- if(TARGET gammaray_client)
|
||||
- gammaray_add_test(clientconnectiontest clientconnectiontest.cpp)
|
||||
- target_link_libraries(clientconnectiontest gammaray_core gammaray_launcher gammaray_client)
|
||||
- endif()
|
||||
endif()
|
||||
|
||||
#
|
||||
Reference in New Issue
Block a user