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
commit 6ddfc8e718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"