diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-09-03 08:02:42 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-09-03 08:06:30 +0200 |
commit | 47c2c52eaa76a7729b99c291327b3c662e5d5917 (patch) | |
tree | d6b60a5cf55295e8e1824ab8881666affa36cfb0 /testsuite/gna/issue1836/testsuite.sh | |
parent | ce7148d0631713cacd283e1fc91da1686d2a9d24 (diff) | |
download | ghdl-47c2c52eaa76a7729b99c291327b3c662e5d5917.tar.gz ghdl-47c2c52eaa76a7729b99c291327b3c662e5d5917.tar.bz2 ghdl-47c2c52eaa76a7729b99c291327b3c662e5d5917.zip |
testsuite/gna: add a test for #1836
Diffstat (limited to 'testsuite/gna/issue1836/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue1836/testsuite.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/issue1836/testsuite.sh b/testsuite/gna/issue1836/testsuite.sh new file mode 100755 index 000000000..1c8c48284 --- /dev/null +++ b/testsuite/gna/issue1836/testsuite.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +analyze test2.vhdl +elab_simulate test2 + +analyze test.vhdl +elab_simulate test + +clean + +echo "Test successful" |