aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue737/testsuite.sh
blob: 3c52249aa87ba10c780030eb19b83bfa95914cd2 (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

#exit 0
. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08

analyze ent.vhdl
elab_simulate ent

analyze ent1.vhdl
elab_simulate ent1

analyze ent2.vhdl
elab_simulate ent2

analyze ent3.vhdl
elab_simulate ent3

analyze ent4.vhdl
elab_simulate ent4

clean

echo "Test successful"