add gut testing framework

This commit is contained in:
Fabien Freling 2020-02-14 13:31:14 +01:00
parent b4ca5f576c
commit 197704b82b
29 changed files with 5720 additions and 0 deletions

View file

@ -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