mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
b08d218a59
Currently tests only run on X11.64 platform. But other platforms can be supported with a bit of effort. Remove default bell sound as it does not play nicely with CI environment that does not have sound card.
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"dirs": [
|
|
"res://test/unit",
|
|
"res://test/integration"
|
|
],
|
|
"prefix": "",
|
|
"suffix": ".test.gd",
|
|
"include_subdirs": true,
|
|
"log_level": 2,
|
|
"should_exit": true
|
|
}
|