diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-04-05 09:38:38 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-04-05 10:47:41 +0200 |
commit | dfb71344973b5327611432e7b33429f73f0bd03c (patch) | |
tree | 3d135e2a9cd80c63bc335e346799388d202be42b /testsuite/gna/issue1708/testsuite.sh | |
parent | 587497a48febf62e5c44d97796e78136c29d6d0c (diff) | |
download | ghdl-dfb71344973b5327611432e7b33429f73f0bd03c.tar.gz ghdl-dfb71344973b5327611432e7b33429f73f0bd03c.tar.bz2 ghdl-dfb71344973b5327611432e7b33429f73f0bd03c.zip |
testsuite/gna: add more tests for #1708
Diffstat (limited to 'testsuite/gna/issue1708/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue1708/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue1708/testsuite.sh b/testsuite/gna/issue1708/testsuite.sh index cafddf06e..9d9a99bac 100755 --- a/testsuite/gna/issue1708/testsuite.sh +++ b/testsuite/gna/issue1708/testsuite.sh @@ -4,6 +4,17 @@ export GHDL_STD_FLAGS=--std=08 analyze_failure tb_top.vhdl +analyze_failure ex3.vhdl +analyze_failure ex4.vhdl + +analyze ex1.vhdl +elab_simulate ex1 + +analyze ex2.vhdl +elab_simulate ex2 + +analyze ex5.vhdl +elab_simulate ex5 clean |