diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-06-25 07:48:01 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-06-25 07:48:01 +0200 |
commit | d85a1a9dcc4ebe3bafc746ea27ba38c5c7f78681 (patch) | |
tree | 53a5f6512a3b39f998bdc9aea3ca06f9332522a1 /testsuite/gna/issue641/testsuite.sh | |
parent | da3ee484fba29fcb976cfe6973a3a7b0dcb25f80 (diff) | |
download | ghdl-d85a1a9dcc4ebe3bafc746ea27ba38c5c7f78681.tar.gz ghdl-d85a1a9dcc4ebe3bafc746ea27ba38c5c7f78681.tar.bz2 ghdl-d85a1a9dcc4ebe3bafc746ea27ba38c5c7f78681.zip |
testsuite/gna: add tests for #641
Diffstat (limited to 'testsuite/gna/issue641/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue641/testsuite.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/issue641/testsuite.sh b/testsuite/gna/issue641/testsuite.sh new file mode 100755 index 000000000..e18661f1f --- /dev/null +++ b/testsuite/gna/issue641/testsuite.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +analyze ent.vhdl +elab_simulate test + +analyze repro1.vhdl +elab_simulate repro1 + +clean + +echo "Test successful" |