diff --git a/.gutconfig.json b/.gutconfig.json index b3f7153..72374c4 100644 --- a/.gutconfig.json +++ b/.gutconfig.json @@ -1,5 +1,5 @@ { - "dirs": ["res://"], + "dirs": ["res://tests"], "double_strategy": "partial", "ignore_pause": false, "include_subdirs": true, diff --git a/scripts/test.sh b/scripts/test.sh new file mode 100644 index 0000000..0ded260 --- /dev/null +++ b/scripts/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +godot -s addons/gut/gut_cmdln.gd --headless \ No newline at end of file