forked from joey/godottest
5 lines
177 B
Makefile
5 lines
177 B
Makefile
test:
|
|
RUST_BACKTRACE=1 godot --path godot res://tests/test_runner.tscn -- --quiet-run
|
|
|
|
bench:
|
|
RUST_BACKTRACE=1 godot --path godot res://tests/test_runner.tscn -- --bench
|