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

. ../../testenv.sh

for t in reproducebug; do
    synth_tb $t
done

echo "Test successful"