diff options
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 789ed61..239d5ea 100644 --- a/project.godot +++ b/project.godot @@ -9,6 +9,11 @@ config_version=4 _global_script_classes=[ { +"base": "GutTest", +"class": "CommandParserTestBase", +"language": "GDScript", +"path": "res://Tests/ComponentTests/ParserTests/CommandParserTestBase.gd" +}, { "base": "Reference", "class": "GutHookScript", "language": "GDScript", @@ -20,6 +25,7 @@ _global_script_classes=[ { "path": "res://addons/gut/test.gd" } ] _global_script_class_icons={ +"CommandParserTestBase": "", "GutHookScript": "", "GutTest": "" } |
