chore: add GUT test framework

This commit is contained in:
xiaji
2026-05-29 09:16:10 +08:00
parent 5741ba1dc0
commit 07fc763413
808 changed files with 76903 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
extends Node
# ##############################################################################
# This script is used by test_command_line_auto_load.gd to show how autoload
# can be handled via the command line interface for gut. This is not autoloaded
# or used by this project in any other way.
# ##############################################################################
func print_loaded():
print("global scope script loaded")