add gut testing framework
This commit is contained in:
parent
b4ca5f576c
commit
197704b82b
29 changed files with 5720 additions and 0 deletions
3
justfile
3
justfile
|
@ -5,6 +5,9 @@ itchio := "damantisshrimp/taqin"
|
|||
edit:
|
||||
godot --path {{src_dir}} --editor
|
||||
|
||||
test:
|
||||
godot --path {{src_dir}} --debug --script {{src_dir}}/addons/gut/gut_cmdln.gd
|
||||
|
||||
export-android:
|
||||
mkdir -p {{build_dir}}/android
|
||||
godot --path {{src_dir}} --export "Android" {{build_dir}}/android
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue