Unit tests for encoding/decoding of base types

This commit is contained in:
Anton Ivanov
2020-12-28 01:17:20 +03:00
parent 98ccaa1bad
commit 8aed1ee8f7
2 changed files with 159 additions and 0 deletions

View File

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