mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 12:55:30 +02:00
Run all test types on single runner
This commit is contained in:
parent
f901d18052
commit
52a259b019
2 changed files with 7 additions and 9 deletions
3
Justfile
3
Justfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue