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

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

for f in repro repro2; do
  synth_import "${f}.vhdl -e ${f}"
done

clean
echo OK