mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-libs/mtxclient: Version bump 0.6.0.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
89
dev-libs/mtxclient/files/0.6.0_remove_network_tests.patch
Normal file
89
dev-libs/mtxclient/files/0.6.0_remove_network_tests.patch
Normal file
@@ -0,0 +1,89 @@
|
||||
From 6fecee0d675e65b75d67c66218a7655cb285bb5c Mon Sep 17 00:00:00 2001
|
||||
From: tastytea <tastytea@tastytea.de>
|
||||
Date: Sat, 23 Oct 2021 01:42:27 +0200
|
||||
Subject: [PATCH] Remove network tests.
|
||||
|
||||
---
|
||||
CMakeLists.txt | 51 --------------------------------------------------
|
||||
1 file changed, 51 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 0d13a72..98c2782 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -360,36 +360,6 @@ if(BUILD_LIB_TESTS)
|
||||
|
||||
file(COPY tests/fixtures DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
- add_executable(client_api tests/client_api.cpp)
|
||||
- target_link_libraries(client_api
|
||||
- MatrixClient::MatrixClient
|
||||
- GTest::GTest
|
||||
- GTest::Main)
|
||||
- target_include_directories(client_api PRIVATE
|
||||
- ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
||||
-
|
||||
- add_executable(media_api tests/media_api.cpp)
|
||||
- target_link_libraries(media_api
|
||||
- MatrixClient::MatrixClient
|
||||
- GTest::GTest
|
||||
- GTest::Main)
|
||||
- target_include_directories(media_api PRIVATE
|
||||
- ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
||||
-
|
||||
- add_executable(e2ee tests/e2ee.cpp)
|
||||
- target_link_libraries(e2ee
|
||||
- MatrixClient::MatrixClient
|
||||
- GTest::GTest
|
||||
- GTest::Main)
|
||||
- target_include_directories(e2ee PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
||||
-
|
||||
- add_executable(device tests/device.cpp)
|
||||
- target_link_libraries(device
|
||||
- MatrixClient::MatrixClient
|
||||
- GTest::GTest
|
||||
- GTest::Main)
|
||||
- target_include_directories(device PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
||||
-
|
||||
add_executable(utils tests/utils.cpp)
|
||||
target_link_libraries(utils
|
||||
MatrixClient::MatrixClient
|
||||
@@ -397,21 +367,6 @@ if(BUILD_LIB_TESTS)
|
||||
GTest::Main)
|
||||
target_include_directories(utils PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
||||
|
||||
- add_executable(pushrules tests/pushrules.cpp)
|
||||
- target_link_libraries(pushrules
|
||||
- MatrixClient::MatrixClient
|
||||
- GTest::GTest
|
||||
- GTest::Main)
|
||||
- target_include_directories(pushrules PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
||||
-
|
||||
- add_executable(connection tests/connection.cpp)
|
||||
- target_link_libraries(connection
|
||||
- MatrixClient::MatrixClient
|
||||
- GTest::GTest
|
||||
- GTest::Main)
|
||||
- target_include_directories(connection PRIVATE
|
||||
- ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
||||
-
|
||||
add_executable(identifiers tests/identifiers.cpp)
|
||||
target_link_libraries(identifiers
|
||||
MatrixClient::MatrixClient
|
||||
@@ -454,13 +409,7 @@ if(BUILD_LIB_TESTS)
|
||||
GTest::GTest
|
||||
GTest::Main)
|
||||
|
||||
- add_test(BasicConnectivity connection)
|
||||
- add_test(ClientAPI client_api)
|
||||
- add_test(MediaAPI media_api)
|
||||
- add_test(Encryption e2ee)
|
||||
- add_test(Devices device)
|
||||
add_test(Utilities utils)
|
||||
- add_test(Pushrules pushrules)
|
||||
add_test(Identifiers identifiers)
|
||||
add_test(Errors errors)
|
||||
add_test(CryptoStructs crypto)
|
||||
--
|
||||
2.32.0
|
||||
|
||||
Reference in New Issue
Block a user