aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/exit01/testsuite.sh
blob: 9469df959daa730609d3af2fd7c02782f7a675af (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

. ../../testenv.sh

for t in exit01 exit02; do
    synth_tb $t
done

echo "Test successful"