tmux-gruvbox/tests/run_all_linux_tests.sh
2024-09-21 10:06:12 +02:00

7 lines
120 B
Bash
Executable file

#!/usr/bin/env bash
main() {
for test in $(compgen -A function | grep "^test_linux_"); do "$test"; done
}
main "$@"