diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-07-25 12:03:04 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-07-25 13:27:49 +0200 |
commit | c6a9eaef59159223cbb8a53e32b4df76edd4aec3 (patch) | |
tree | d0bfd2c4d112b84c6424581667c7f3a65f5b526f /testsuite/gna/bug0117/testsuite.sh | |
parent | 6862e26f0a49d6871beb3454f1eb59ff33c35136 (diff) | |
download | ghdl-c6a9eaef59159223cbb8a53e32b4df76edd4aec3.tar.gz ghdl-c6a9eaef59159223cbb8a53e32b4df76edd4aec3.tar.bz2 ghdl-c6a9eaef59159223cbb8a53e32b4df76edd4aec3.zip |
testsuite/gna: add a test for the previous commit.
Diffstat (limited to 'testsuite/gna/bug0117/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug0117/testsuite.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gna/bug0117/testsuite.sh b/testsuite/gna/bug0117/testsuite.sh index bc39444ad..9a2d8ff9f 100755 --- a/testsuite/gna/bug0117/testsuite.sh +++ b/testsuite/gna/bug0117/testsuite.sh @@ -12,6 +12,9 @@ elab_simulate repro4 analyze repro5.vhdl elab_simulate repro5 +analyze repro6.vhdl +elab_simulate repro6 + analyze repro7.vhdl elab_simulate repro7 |