aboutsummaryrefslogtreecommitdiff
path: root/t/runtests.sh
blob: 6f0c5dd4ae15b542f885d0a9025fbfa9d70eeb49 (plain)
1
2
3
4
5
6
7
8
#/bin/bash

set -e

cd $(dirname $0)
for t in test_*; do
    ./"$t"
done