diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-04 22:59:37 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-19 01:33:40 +0200 |
commit | 66de28ada5eefa5d1ca9f29784dbaf8588402cd0 (patch) | |
tree | 4fca95a860547b64829dcca8c67b57bc38fbf93c /tests/test_main.cpp | |
parent | 9218f0f1b087ef494ee42559880c3d100ea87f28 (diff) |
Add a test suite for Gradient
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index 137882841c..892cc26a51 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -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" |