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

. ../../testenv.sh

for t in insert01 insert02; do
    synth_tb $t
done

echo "Test successful"