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

. ../../testenv.sh

analyze ent.vhdl
elab_simulate ent -gstr=Hello
elab_simulate_failure ent

clean

echo "Test successful"