aboutsummaryrefslogtreecommitdiff
path: root/runtests.sh
blob: d0801c3484905c3863aa31d00f6225e9d7d912fc (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

export PATH=tools:$PATH

for script in test/*.sh
do
  ${script}
done