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

Add CodeEdit breakpoint unit tests

This commit is contained in:
Paulb23
2021-07-05 18:21:13 +01:00
parent 24d02d0b4e
commit ce064348fa
4 changed files with 816 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
#include "test_astar.h"
#include "test_basis.h"
#include "test_class_db.h"
#include "test_code_edit.h"
#include "test_color.h"
#include "test_command_queue.h"
#include "test_config_file.h"