From 3fa76b2d8fc70c5e06df37b69abd135ccf9eda3a Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 22 Nov 2018 12:31:16 +0200 Subject: [PATCH] Renamed test filename --- tests/CMakeLists.txt | 2 +- tests/{file_helper.cpp => test_file_helper.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{file_helper.cpp => test_file_helper.cpp} (100%) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1fb93c8e..48f80e0e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -4,7 +4,7 @@ find_package(Threads REQUIRED) set(SPDLOG_UTESTS_SOURCES test_errors.cpp - file_helper.cpp + test_file_helper.cpp test_file_logging.cpp test_misc.cpp test_pattern_formatter.cpp diff --git a/tests/file_helper.cpp b/tests/test_file_helper.cpp similarity index 100% rename from tests/file_helper.cpp rename to tests/test_file_helper.cpp