diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6b8503aa..2654b850 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -56,7 +56,7 @@ set (SOURCES if (UNIX) list(APPEND SOURCES IXDNSLookupTest.cpp - cmd_websocket_chat.cpp + IXWebSocketChatTest.cpp IXWebSocketCloseTest.cpp IXCobraChatTest.cpp IXCobraMetricsPublisherTest.cpp diff --git a/test/cmd_websocket_chat.cpp b/test/IXWebSocketChatTest.cpp similarity index 100% rename from test/cmd_websocket_chat.cpp rename to test/IXWebSocketChatTest.cpp