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

. ../../testenv.sh

for t in targ01 targ02 targ03; do
    synth_tb $t
done

echo "Test successful"