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

. ../../testenv.sh

for t in bug bug4 bug2; do
    synth_tb $t
done

echo "Test successful"