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

. ../../testenv.sh

analyze test2.vhdl
elab_simulate_failure test2 > test2.out 2>&1
grep "NULL access" test2.out

clean

echo "Test successful"