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

. ../../testenv.sh

for t in slice01 slice02; do
    synth_tb $t
done

echo "Test successful"