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

. ../../testenv.sh

analyze subBlock.vhd

analyze testCaseGood.vhd
elab_simulate testcasegood

analyze testCaseCrash.vhd
elab_failure testcasecrash

clean

echo "Test successful"