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

. ../../testenv.sh

for t in vector8_test1 test5; do
    synth_tb $t
done

echo "Test successful"