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

. ../../testenv.sh

analyze e.vhdl
elab_simulate e

analyze repro1.vhdl
elab_simulate repro1

clean

echo "Test successful"