#include "catch.h"#include "test.h"#include "nodedef.h"#include "itemdef.h"#include "dummygamedef.h"#include "log_internal.h"#include "modchannels.h"#include "util/numeric.h"#include "porting.h"#include "debug.h"#include <iostream>
Include dependency graph for test.cpp:Classes | |
| class | TestGameDef |
Functions | |
| bool | run_tests () |
| static TestBase * | findTestModule (const std::string &module_name) |
| bool | run_tests (const std::string &module_name) |
Variables | |
| content_t | t_CONTENT_STONE |
| content_t | t_CONTENT_GRASS |
| content_t | t_CONTENT_TORCH |
| content_t | t_CONTENT_WATER |
| content_t | t_CONTENT_LAVA |
| content_t | t_CONTENT_BRICK |
|
static |
References TestManager::getTestModules().
Referenced by run_tests().
Here is the call graph for this function:
Here is the caller graph for this function:| bool run_tests | ( | ) |
References TestManager::getTestModules(), porting::getTimeMs(), and rawstream.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| bool run_tests | ( | const std::string & | module_name | ) |
References findTestModule(), porting::getTimeMs(), and rawstream.
Here is the call graph for this function:| content_t t_CONTENT_BRICK |
| content_t t_CONTENT_GRASS |
| content_t t_CONTENT_LAVA |
| content_t t_CONTENT_STONE |
Referenced by TestGameDef::defineSomeNodes(), TestMapgen::testBiomeGen(), TestCollision::testCollisionMoveSimple(), TestSchematic::testFileSerializeDeserialize(), TestMap::testForEachNodeInArea(), TestVoxelAlgorithms::testLighting(), TestNodeResolver::testNodeResolving(), and TestMapBlock::testSave29().
| content_t t_CONTENT_TORCH |