3 lines
96 B
Bash
3 lines
96 B
Bash
![]() |
#!/bin/sh
|
||
|
cd "$(dirname "$(realpath "$0")")" && ./.run_tests_with_configuration.sh "Debug" "$@"
|