From: Martin Quinson Date: Fri, 31 May 2019 21:08:09 +0000 (+0200) Subject: rename a file X-Git-Tag: v3.22.4~32 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/76085a39ff2f31f090b4ce6b78833141f6796c72?ds=sidebyside rename a file --- 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