mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Backport HMac crypto to 3.x
Fix headers Fix docs formatting Changes for PR Fix tests
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
#include "test_astar.h"
|
||||
#include "test_basis.h"
|
||||
#include "test_crypto.h"
|
||||
#include "test_gdscript.h"
|
||||
#include "test_gui.h"
|
||||
#include "test_math.h"
|
||||
@@ -109,6 +110,10 @@ MainLoop *test_main(String p_test, const List<String> &p_args) {
|
||||
return TestShaderLang::test();
|
||||
}
|
||||
|
||||
if (p_test == "crypto") {
|
||||
return TestCrypto::test();
|
||||
}
|
||||
|
||||
if (p_test == "gd_tokenizer") {
|
||||
return TestGDScript::test(TestGDScript::TEST_TOKENIZER);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user