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

. ../../testenv.sh

for t in snum01 snum02 snum03 snum04 snum05 cmp01 cmp02 match01 uns01; do
    synth_tb $t
done

synth_only snum06

echo "Test successful"