aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0117/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-07-25 11:32:56 +0200
committerTristan Gingold <tgingold@free.fr>2020-07-25 11:32:56 +0200
commit6b218517c8838d68008ab6031debcdbe1ad9bf0e (patch)
tree6a5b40010d365bc63c5edc9a42cfbc3c49f48dff /testsuite/gna/bug0117/testsuite.sh
parenta8a33296493e609335177703349465712e8245e2 (diff)
downloadghdl-6b218517c8838d68008ab6031debcdbe1ad9bf0e.tar.gz
ghdl-6b218517c8838d68008ab6031debcdbe1ad9bf0e.tar.bz2
ghdl-6b218517c8838d68008ab6031debcdbe1ad9bf0e.zip
testsuite/gna: add a test for unbounded arrays.
Diffstat (limited to 'testsuite/gna/bug0117/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug0117/testsuite.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gna/bug0117/testsuite.sh b/testsuite/gna/bug0117/testsuite.sh
index d9bb64e30..ac83ccfe4 100755
--- a/testsuite/gna/bug0117/testsuite.sh
+++ b/testsuite/gna/bug0117/testsuite.sh
@@ -9,6 +9,9 @@ elab_simulate repro1
analyze repro4.vhdl
elab_simulate repro4
+analyze repro5.vhdl
+elab_simulate repro5
+
clean
echo "Test successful"