chore: add GUT test framework
This commit is contained in:
8
addons/gut/scripts/global.gd
Normal file
8
addons/gut/scripts/global.gd
Normal 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")
|
||||
Reference in New Issue
Block a user