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

. ../../testenv.sh

for f in bug bug2 bug3; do
  synth_analyze $f
  clean
done

echo "Test successful"