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

. ../../testenv.sh

analyze repro.vhdl
elab_simulate repro

analyze nullrng.vhdl
analyze_failure -Werror nullrng.vhdl

clean

echo "Test successful"