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

. ../../testenv.sh

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

echo "Test successful"