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

. ../../testenv.sh

analyze bug.vhdl
elab_simulate_failure bug

analyze bug2.vhdl
elab_simulate_failure bug

clean

echo "Test successful"