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

. ../../testenv.sh

for t in case01 case02 case03 case04; do
    synth_tb $t
done

echo "Test successful"