diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-01 23:39:22 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-27 15:16:09 +0200 |
commit | d5ffa42cd2420bdaa31d467e8e6e68b41133a038 (patch) | |
tree | 8dc480a7f97acfe7101ec0bf0a72b634a4cbdccd /tests/test_main.cpp | |
parent | ec9302ceccb75f44038db3695d2f9e7c82cfe951 (diff) |
Add a test suite for Expression
This also makes the first parameter of `Expression::execute()` optional
from C++. Previously, it was only optional in the scripting API.
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..91a7dbba36 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -36,6 +36,7 @@ #include "test_basis.h" #include "test_class_db.h" #include "test_color.h" +#include "test_expression.h" #include "test_gdscript.h" #include "test_gui.h" #include "test_math.h" |