Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
test_keycode.cpp File Reference
#include "test.h"
#include <string>
#include "exceptions.h"
#include "client/keycode.h"
+ Include dependency graph for test_keycode.cpp:

Classes

class  TestKeycode
 

Macros

#define UASSERTEQ_STR(one, two)   UASSERT(strcmp(one, two) == 0)
 

Variables

static TestKeycode g_test_instance
 

Macro Definition Documentation

◆ UASSERTEQ_STR

#define UASSERTEQ_STR (   one,
  two 
)    UASSERT(strcmp(one, two) == 0)

Variable Documentation

◆ g_test_instance

TestKeycode g_test_instance
static