diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-06-16 21:47:29 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-06-16 21:47:29 +0200 |
commit | 5f6e2a07bbb19027352ba18211f5d5eb284521bc (patch) | |
tree | 5367e4e7ff9aa206a0318c7e6911c4fae60a964d /testsuite/gna/issue2098/testsuite.sh | |
parent | 70e663c7a398f5ef8bdf181d73f5a7cd39d34a6f (diff) | |
download | ghdl-5f6e2a07bbb19027352ba18211f5d5eb284521bc.tar.gz ghdl-5f6e2a07bbb19027352ba18211f5d5eb284521bc.tar.bz2 ghdl-5f6e2a07bbb19027352ba18211f5d5eb284521bc.zip |
testsuite/gna: add a test for #2098
Diffstat (limited to 'testsuite/gna/issue2098/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue2098/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue2098/testsuite.sh b/testsuite/gna/issue2098/testsuite.sh new file mode 100755 index 000000000..1d84c0f57 --- /dev/null +++ b/testsuite/gna/issue2098/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +analyze test.vhdl +elab_simulate test + +clean + +echo "Test successful" |