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

. ../../testenv.sh

for t in simple01; do
    synth_tb $t
done

echo "Test successful"