whisper.cpp/examples/whisper.linux/run_tests.sh

7 lines
157 B
Bash
Executable File

#!/bin/bash
# Run all whisper.linux tests.
# Usage: ./run_tests.sh [-v] [--debug] [pytest-options...]
cd "$(dirname "$0")"
python3 -m pytest tests/ -v "$@"