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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in test test2; do
  synth $t.vhdl -e $t > syn_$t.vhdl
  analyze syn_$t.vhdl
done

clean

echo "Test successful"