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

. ../../testenv.sh

analyze test.vhdl
elab_simulate_failure test --assert-level=error
clean

echo "Test successful"