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

. ../../testenv.sh

for t in subprg01 subprg02; do
    synth_tb $t
done

echo "Test successful"