1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #44797 from a-ivanov/marshall-core-unit-tests

Marshall core unit tests
This commit is contained in:
Rémi Verschelde
2021-01-24 20:41:57 +01:00
committed by GitHub
2 changed files with 330 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
#include "test_list.h"
#include "test_local_vector.h"
#include "test_lru.h"
#include "test_marshalls.h"
#include "test_math.h"
#include "test_method_bind.h"
#include "test_node_path.h"