pungi/tests/run_all_tests.sh

8 lines
90 B
Bash
Executable File

#!/bin/bash
# Thin wrapper to run all tests
for t in $(dirname $0)/test_*
do
$t
done