aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/issues/bug-loop1/testsuite.sh
blob: 3ec2ece0a6b5d0d1e956f3e2ddbadf960f6d3246 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

topdir=../..
. $topdir/testenv.sh

for f in loop1; do
  synth "${f}.vhdl -e ${f}"
done

clean
echo OK