diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-15 20:41:27 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-15 20:41:27 +0200 |
commit | d5d8471efc3ef7586035ebc57a41f420621d4343 (patch) | |
tree | f8578fe47145d143c27f16b44f83da234a59a81d /testsuite/gna/issue788/testsuite.sh | |
parent | 6133111653ce0734aa999a9b67a049873a94c9c2 (diff) | |
download | ghdl-d5d8471efc3ef7586035ebc57a41f420621d4343.tar.gz ghdl-d5d8471efc3ef7586035ebc57a41f420621d4343.tar.bz2 ghdl-d5d8471efc3ef7586035ebc57a41f420621d4343.zip |
Add testcase for #788
Diffstat (limited to 'testsuite/gna/issue788/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue788/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue788/testsuite.sh b/testsuite/gna/issue788/testsuite.sh new file mode 100755 index 000000000..8d22a2073 --- /dev/null +++ b/testsuite/gna/issue788/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +analyze repro.vhdl +elab_simulate repro + +clean + +echo "Test successful" |