Skip to content

Commit

Permalink
add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed May 25, 2023
1 parent 796b311 commit a5ddacd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gutconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dirs": ["res://"],
"dirs": ["res://tests"],
"double_strategy": "partial",
"ignore_pause": false,
"include_subdirs": true,
Expand Down
3 changes: 3 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

godot -s addons/gut/gut_cmdln.gd --headless

0 comments on commit a5ddacd

Please sign in to comment.