From 354c9b412eb35159d948d3dea87e3dd9f422a621 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 17 Sep 2019 12:07:31 -0700 Subject: [PATCH] rename test file --- test/CMakeLists.txt | 2 +- test/{cmd_websocket_chat.cpp => IXWebSocketChatTest.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{cmd_websocket_chat.cpp => IXWebSocketChatTest.cpp} (100%) 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