Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the surf tesh tests with the other models' ones
[simgrid.git] / teshsuite / models / core_usage / core_usage.cpp
similarity index 96%
rename from teshsuite/surf/surf_usage/surf_usage.cpp
rename to teshsuite/models/core_usage/core_usage.cpp
index aa78b59..a7388e0 100644 (file)
@@ -1,4 +1,4 @@
-/* A few basic tests for the surf library                                   */
+/* A few basic tests for the model solving mechanism                        */
 
 /* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved.          */
 
@@ -14,7 +14,7 @@
 #include "src/kernel/resource/NetworkModel.hpp"
 #include "xbt/config.hpp"
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(surf_test, "Messages specific for surf example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(core_usage, "Messages specific to this test case");
 
 static const char* string_action(simgrid::kernel::resource::Action::State state)
 {