Run all test types on single runner

This commit is contained in:
Leroy Hopson 2024-02-25 13:13:13 +13:00
parent f901d18052
commit 52a259b019
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 7 additions and 9 deletions

View file

@ -14,6 +14,9 @@ install:
test:
{{godot}} --headless -s addons/gut/gut_cmdln.gd -gtest=res://test/test_terminal.gd,res://test/test_pty.gd -gexit
test-all:
{{godot}} --windowed --resolution 400x200 --position 0,0 -s addons/gut/gut_cmdln.gd -gdir=res://test -gopacity=0 -gexit
test-rendering:
{{godot}} --windowed --resolution 400x200 --position 0,0 -s addons/gut/gut_cmdln.gd -gtest=res://test/test_rendering.gd -gopacity=0 -gexit