Build vttest, improve runner

This commit is contained in:
Mitchell Hashimoto
2022-07-17 16:32:51 -07:00
parent 462291d80a
commit b04ade67aa
4 changed files with 99 additions and 110 deletions

6
test/cases/vttest/1_1.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
function test_do {
xdotool type "vttest"
xdotool key Return
}