guru/net-libs/ixwebsocket/files/ixwebsocket-11.3.2-remove-network-tests.patch
Adrian Schollmeyer d93e9e0361
net-libs/ixwebsocket: Bump to 11.3.2
Patching CMakeLists.txt to use GNUInstallDirs has become obsolete, since
the patches have been applied upstream.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de>
2021-11-28 14:57:08 +01:00

29 lines
792 B
Diff

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 661aebb..bab73c7 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -11,15 +11,12 @@ option(USE_TLS "Add TLS support" ON)
# Shared sources
set (TEST_TARGET_NAMES
- IXSocketTest
IXSocketConnectTest
IXWebSocketServerTest
IXWebSocketTestConnectionDisconnection
IXUrlParserTest
- IXHttpClientTest
IXUnityBuildsTest
IXHttpTest
- IXDNSLookupTest
IXWebSocketSubProtocolTest
# IXWebSocketBroadcastTest ## FIXME was depending on cobra / take a broadcast server from ws
IXStrCaseCompareTest
@@ -33,7 +30,6 @@ if (UNIX)
# Fail on Windows in CI probably because the pathing is wrong and
# some resource files cannot be found
- IXHttpServerTest
IXWebSocketChatTest
)
endif()