tumbi-assembler/tests/run_all_tests.sh

7 lines
90 B
Bash
Executable file

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