diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-08-21 02:41:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 02:41:17 +0200 |
commit | b0ca859501186b6fa088a3d3542f7dd4d72ae305 (patch) | |
tree | 0b638b957c949a5a5d2c2ef8441d70ee1adc6bfa /tests/test_main.cpp | |
parent | 6790f111aeb6cd1e124d8ef9ddb5743a7f488fe7 (diff) | |
parent | 66de28ada5eefa5d1ca9f29784dbaf8588402cd0 (diff) |
Merge pull request #41363 from Calinou/test-add-gradient
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" |