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

. ../../testenv.sh

for f in ent1 ent2 ; do
  synth_analyze $f
done

clean

echo "Test successful"