gri3-wm/testcases
Michael Stapelberg 5d9db61dda Reorder tests to not use the same number (#2947)
Distinct numbers make re-running individual tests easier by helping with
tab-completion.

Completeness verified using:
% for i in $(seq 0 600)
do
  files=$(ls testcases/t/$(printf "%03d" $i)-*.t 2>&- | wc -l)
  [ "$files" != "0" ] && [ "$files" != "1" ] && echo "clash: $i"
done
2017-09-19 16:13:14 +02:00
..
lib i3test: add kill_all_windows convenience function 2017-09-19 16:12:38 +02:00
t Reorder tests to not use the same number (#2947) 2017-09-19 16:13:14 +02:00
.gitignore
Makefile.PL testcases/Makefile.PL: tell MakeMaker this is a pure-Perl distribution (#2922) 2017-09-13 18:41:46 +02:00
complete-run.pl.in tests: run 533-randr15.t at the very end 2017-09-13 18:42:22 +02:00
i3-test.config
inject_randr1.5.c inject_randr1.5: Intercept X11 error responses in addition to replies 2017-09-13 18:45:46 +02:00
new-test
restart-state.golden
valgrind.supp