Add a test suite for JSON

This test suite doesn't attempt to test error/invalid cases since
the current JSON parser has a lot of false negatives.
This commit is contained in:
Hugo Locurcio
2020-11-14 00:13:32 +01:00
parent 7d69974540
commit 038bbf7b6b
2 changed files with 168 additions and 0 deletions

View File

@@ -40,6 +40,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"