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

. ../../testenv.sh

for t in ent ent2; do
    synth_tb $t
done

echo "Test successful"