Add GUT (CLI only) and remove gd-plug

Commit GUT directly to the git repo and remove gd-plug as it is no
longer required to install GUT.

Modify GUT to be used by command-line only.

For example:
```
cp test/.gutconfig.ci.json .gutconfig.json
godot --no-window -s addons/gut/gut_cmdln.gd
```
This commit is contained in:
Leroy Hopson 2022-06-02 09:13:43 +07:00
parent b14ea64492
commit d784b53e25
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
52 changed files with 11394 additions and 1174 deletions

6
.gitignore vendored
View file

@ -19,12 +19,6 @@ mono_crash.*
.vscode
.vs
# Package-manager-specific ignores
.plugged
addons/*
!addons/gd-plug
!addons/godot_xterm
# Test-specific ignores
.gutconfig.json
test/results.xml