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