aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket65/testsuite.sh
blob: 46b0fdb0bdebfcc279231f7e232f87d0d8c1506d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

. ../../testenv.sh

analyze bug.vhdl
elab_simulate_failure ent

analyze bug1.vhdl
elab_simulate_failure ent1

analyze bug2.vhdl
elab_simulate ent2

clean

echo "Test successful"