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

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

for f in repro repro1 repro3 repro4; do
  synth "${f}.vhdl -e ${f}"
done

clean
echo OK