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

. ../../testenv.sh

analyze univ1.vhdl
elab_simulate_failure univ1

analyze univ2.vhdl
elab_simulate univ2

clean

echo "Test successful"