feat: add multiple test execution
This commit is contained in:
parent
937fa5f529
commit
4944b6ecc0
5 changed files with 71 additions and 31 deletions
7
tests/run_all_linux_tests.sh
Executable file
7
tests/run_all_linux_tests.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
main() {
|
||||
for test in $(compgen -A function | grep "^test_linux_"); do "$test"; done
|
||||
}
|
||||
|
||||
main "$@"
|
Loading…
Add table
Add a link
Reference in a new issue