diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-01-14 19:59:25 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-01-15 11:36:06 +0100 |
commit | aa440f398761c13c720f358198f8a4f93d880f61 (patch) | |
tree | 87e5f55d84ed5afc957dec7bfa29f1002d4014dd /testsuite/gna/bug081/testsuite.sh | |
parent | 3ed03181ff403e2805d36c425b1e3aa5725fe3d7 (diff) | |
download | ghdl-aa440f398761c13c720f358198f8a4f93d880f61.tar.gz ghdl-aa440f398761c13c720f358198f8a4f93d880f61.tar.bz2 ghdl-aa440f398761c13c720f358198f8a4f93d880f61.zip |
testsuite/gna/bug081: add tests for previous commit
Diffstat (limited to 'testsuite/gna/bug081/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug081/testsuite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/gna/bug081/testsuite.sh b/testsuite/gna/bug081/testsuite.sh index 0fec0adad..96c1d80b9 100755 --- a/testsuite/gna/bug081/testsuite.sh +++ b/testsuite/gna/bug081/testsuite.sh @@ -3,6 +3,8 @@ . ../../testenv.sh analyze_failure -Werror=elaboration dummy.vhdl +analyze_failure -Werror=elaboration elab_func.vhdl +analyze_failure --std=08 -Werror=elaboration elab_prot.vhdl analyze dummy.vhdl elab_simulate_failure dummyentity |