libfixmath/tests/run_tests

3 lines
57 B
Bash
Executable File

#!/bin/env bash
for i in $(ls -1 tests_*); do ./$i; done