1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Merge pull request #40955 from Calinou/test-add-expression

Add a test suite for Expression
This commit is contained in:
Rémi Verschelde
2020-08-31 11:12:34 +02:00
committed by GitHub
4 changed files with 434 additions and 2 deletions

View File

@@ -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_gradient.h"
#include "test_gui.h"