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

. ../../testenv.sh

for t in slice01 slice02 slice03; do
    synth_tb $t
done

echo "Test successful"