aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2422/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue2422/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue2422/testsuite.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/testsuite/gna/issue2422/testsuite.sh b/testsuite/gna/issue2422/testsuite.sh
index 19b226075..ba8fab5f2 100755
--- a/testsuite/gna/issue2422/testsuite.sh
+++ b/testsuite/gna/issue2422/testsuite.sh
@@ -12,16 +12,15 @@ elab_simulate aggr_repro3
analyze aggr_repro4.vhdl
elab_simulate aggr_repro4
+analyze_failure top.vhdl
+
export GHDL_STD_FLAGS=--std=93c
analyze aggr_repro2.vhdl
elab_simulate aggr_repro2
-clean
-
-#export GHDL_STD_FLAGS=--std=08
-#analyze repro.vhdl
-#elab_simulate repro
+analyze top.vhdl
+elab_simulate top
-#clean
+clean
echo "Test successful"