mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
22 lines
961 B
Diff
22 lines
961 B
Diff
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()
|
|
|
|
#
|