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

. ../../testenv.sh

for f in ent; do
  synth $f.vhdl -e $f > syn_$f.vhdl
done
clean

echo "Test successful"