The library's real-tmux suite. Not published.
244 tests that start actual tmux servers and drive them. They live outside every published module on purpose: a suite inside one artifact's test source set makes that artifact's dependencies and lifecycle answerable for how the whole library is tested.
$ ./gradlew :integration-tests:testAgainst every supported tmux release:
$ ./scripts/tmux-matrix.sh ~/tmux-builds$ ./gradlew testTmuxMatrix -PlibtmuxMatrix=~/tmux-buildsThis host may carry hundreds of tmux servers belonging to sibling ports. Count first:
$ ./scripts/reap-stale-servers.shCONTRIBUTING.md explains why their debris
becomes this suite's intermittent failures, and why only servers under this
port's own roots are ever reaped.