From 76085a39ff2f31f090b4ce6b78833141f6796c72 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 31 May 2019 23:08:09 +0200 Subject: [PATCH] rename a file --- .../resource/profile/{trace_mgr_test.cpp => Profile_test.cpp} | 0 tools/cmake/Tests.cmake | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/kernel/resource/profile/{trace_mgr_test.cpp => Profile_test.cpp} (100%) diff --git a/src/kernel/resource/profile/trace_mgr_test.cpp b/src/kernel/resource/profile/Profile_test.cpp similarity index 100% rename from src/kernel/resource/profile/trace_mgr_test.cpp rename to src/kernel/resource/profile/Profile_test.cpp diff --git a/tools/cmake/Tests.cmake b/tools/cmake/Tests.cmake index e85211a0aa..3b6bc72b5f 100644 --- a/tools/cmake/Tests.cmake +++ b/tools/cmake/Tests.cmake @@ -96,7 +96,7 @@ ENDIF() # New tests should use the Catch Framework set(UNIT_TESTS src/xbt/unit-tests_main.cpp - src/kernel/resource/profile/trace_mgr_test.cpp + src/kernel/resource/profile/Profile_test.cpp src/xbt/config_test.cpp src/xbt/dict_test.cpp src/xbt/dynar_test.cpp -- 2.20.1