Minetest  5.4.0
test.cpp File Reference
#include "test.h"
#include "client/sound.h"
#include "nodedef.h"
#include "itemdef.h"
#include "gamedef.h"
#include "modchannels.h"
#include "content/mods.h"
#include "util/numeric.h"
#include "porting.h"
+ Include dependency graph for test.cpp:

Classes

class  TestGameDef
 

Functions

bool run_tests ()
 

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
 

Function Documentation

◆ run_tests()

bool run_tests ( )

References g_logger, TestManager::getTestModules(), porting::getTimeMs(), LL_ERROR, rawstream, and Logger::setLevelSilenced().

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ t_CONTENT_BRICK

◆ t_CONTENT_GRASS

◆ t_CONTENT_LAVA

◆ t_CONTENT_STONE

◆ t_CONTENT_TORCH

◆ t_CONTENT_WATER