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

. ../../testenv.sh

for t in cnt01 cnt02 cnt04; do
    synth_tb $t
done

echo "Test successful"