Merge pull request #43517 from Calinou/test-add-json

Add a test suite for JSON
This commit is contained in:
Rémi Verschelde
2020-11-20 12:47:27 +01:00
committed by GitHub
2 changed files with 168 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
#include "test_expression.h"
#include "test_gradient.h"
#include "test_gui.h"
#include "test_json.h"
#include "test_list.h"
#include "test_math.h"
#include "test_method_bind.h"