aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue328/testsuite.sh
blob: 9491bb547a621f90109779f959cafb24a7da00ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#! /bin/sh

. ../../testenv.sh

analyze repro.vhdl
elab_simulate repro

analyze repro2.vhdl
elab_simulate repro2

analyze t3.vhdl
elab_simulate t3

analyze t3b.vhdl
elab_simulate t3b

analyze t4.vhdl
elab_simulate t4

analyze t6.vhdl
elab_simulate t6

clean

echo "Test successful"