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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
t=test
synth $t.vhdl -e $t > syn_$t.vhdl
analyze syn_$t.vhdl

clean

echo "Test successful"