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

. ../../testenv.sh

for t in output01 output06 output07; do
    synth_tb $t
done

echo "Test successful"