mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
doctest: Update to 2.4.8
This commit is contained in:
parent
d5c1de784c
commit
eb9fd57f76
@ -125,10 +125,9 @@ typedef void (*TestFunc)();
|
|||||||
extern HashMap<String, TestFunc> *test_commands;
|
extern HashMap<String, TestFunc> *test_commands;
|
||||||
int register_test_command(String p_command, TestFunc p_function);
|
int register_test_command(String p_command, TestFunc p_function);
|
||||||
|
|
||||||
#define REGISTER_TEST_COMMAND(m_command, m_function) \
|
#define REGISTER_TEST_COMMAND(m_command, m_function) \
|
||||||
DOCTEST_GLOBAL_NO_WARNINGS(DOCTEST_ANONYMOUS(_DOCTEST_ANON_VAR_)) = \
|
DOCTEST_GLOBAL_NO_WARNINGS(DOCTEST_ANONYMOUS(DOCTEST_ANON_VAR_), \
|
||||||
register_test_command(m_command, m_function); \
|
register_test_command(m_command, m_function))
|
||||||
DOCTEST_GLOBAL_NO_WARNINGS_END()
|
|
||||||
|
|
||||||
// Utility macros to send an event actions to a given object
|
// Utility macros to send an event actions to a given object
|
||||||
// Requires Message Queue and InputMap to be setup.
|
// Requires Message Queue and InputMap to be setup.
|
||||||
|
7
thirdparty/README.md
vendored
7
thirdparty/README.md
vendored
@ -62,10 +62,13 @@ Files extracted from upstream source:
|
|||||||
## doctest
|
## doctest
|
||||||
|
|
||||||
- Upstream: https://github.com/onqtam/doctest
|
- Upstream: https://github.com/onqtam/doctest
|
||||||
- Version: 2.4.4 (97d5a9447e66cd5e107b7a6c463be4a468a40496, 2020)
|
- Version: 2.4.8 (7b9885133108ae301ddd16e2651320f54cafeba7, 2022)
|
||||||
- License: MIT
|
- License: MIT
|
||||||
|
|
||||||
Extracted from .zip provided. Extracted license and header only.
|
Files extracted from upstream source:
|
||||||
|
|
||||||
|
- `doctest/doctest.h` as `doctest.h`
|
||||||
|
- `LICENSE.txt`
|
||||||
|
|
||||||
|
|
||||||
## embree
|
## embree
|
||||||
|
1346
thirdparty/doctest/doctest.h
vendored
1346
thirdparty/doctest/doctest.h
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user