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

. ../../testenv.sh

for t in repro_slv repro_uns repro_sgn repro_nat repro_rng1; do
    synth_tb $t
done

echo "Test successful"