You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
doctest: Update to 2.4.8
This commit is contained in:
@@ -125,10 +125,9 @@ typedef void (*TestFunc)();
|
||||
extern HashMap<String, TestFunc> *test_commands;
|
||||
int register_test_command(String p_command, TestFunc p_function);
|
||||
|
||||
#define REGISTER_TEST_COMMAND(m_command, m_function) \
|
||||
DOCTEST_GLOBAL_NO_WARNINGS(DOCTEST_ANONYMOUS(_DOCTEST_ANON_VAR_)) = \
|
||||
register_test_command(m_command, m_function); \
|
||||
DOCTEST_GLOBAL_NO_WARNINGS_END()
|
||||
#define REGISTER_TEST_COMMAND(m_command, m_function) \
|
||||
DOCTEST_GLOBAL_NO_WARNINGS(DOCTEST_ANONYMOUS(DOCTEST_ANON_VAR_), \
|
||||
register_test_command(m_command, m_function))
|
||||
|
||||
// Utility macros to send an event actions to a given object
|
||||
// Requires Message Queue and InputMap to be setup.
|
||||
|
||||
Reference in New Issue
Block a user