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

. ../../testenv.sh

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

echo "Test successful"