|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <stdio.h>#include "xbt.h"#include <string>#include "xbt/ex.h"#include <xbt/ex.hpp>#include <xbt/config.hpp>Functions | |
| XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (xbt_cfg) | |
| static void | make_set () |
| XBT_TEST_UNIT ("memuse", test_config_memuse, "Alloc and free a config set") | |
| XBT_TEST_UNIT ("use", test_config_use, "Data retrieving tests") | |
| XBT_TEST_UNIT ("c++flags", test_config_cxx_flags, "C++ flags") | |
Variables | |
| xbt_cfg_t | simgrid_config |
| XBT_LOG_EXTERNAL_DEFAULT_CATEGORY | ( | xbt_cfg | ) |
|
static |
| XBT_TEST_UNIT | ( | "memuse" | , |
| test_config_memuse | , | ||
| "Alloc and free a config set" | |||
| ) |
| XBT_TEST_UNIT | ( | "use" | , |
| test_config_use | , | ||
| "Data retrieving tests" | |||
| ) |
| XBT_TEST_UNIT | ( | "c++flags" | , |
| test_config_cxx_flags | , | ||
| "C++ flags" | |||
| ) |
| xbt_cfg_t simgrid_config |