Add a test suite for Gradient

This commit is contained in:
Hugo Locurcio 2020-08-04 22:59:37 +02:00
parent 9218f0f1b0
commit 66de28ada5
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
2 changed files with 153 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#include "test_class_db.h"
#include "test_color.h"
#include "test_gdscript.h"
#include "test_gradient.h"
#include "test_gui.h"
#include "test_math.h"
#include "test_oa_hash_map.h"