aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2422/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-05-01 10:37:51 +0200
committerTristan Gingold <tgingold@free.fr>2023-05-01 10:37:51 +0200
commit635824fbd90bb79d0c0e617bd5457fd1c2c015f6 (patch)
tree1a6754d0f930d9727868dc0b30ee7e62eb320adb /testsuite/gna/issue2422/testsuite.sh
parent96423737b05099931aef24120f2164f40797dc3b (diff)
downloadghdl-master.tar.gz
ghdl-master.tar.bz2
ghdl-master.zip
testsuite/gna: add a test and adjust for #2422HEADmaster
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"