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