diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-12-16 21:36:44 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-12-18 06:06:52 +0100 |
commit | 42b68d5ff95a15e684c16b53a0f1afbde5955f7a (patch) | |
tree | ed295bd24755dc00bc76b3eaded224e0daca8379 /testsuite/gna/bug083/testsuite.sh | |
parent | 0a8b33fcff3d8c893ec7493ce1e06aeaa00305a0 (diff) | |
download | ghdl-42b68d5ff95a15e684c16b53a0f1afbde5955f7a.tar.gz ghdl-42b68d5ff95a15e684c16b53a0f1afbde5955f7a.tar.bz2 ghdl-42b68d5ff95a15e684c16b53a0f1afbde5955f7a.zip |
Add testcase for previous patch
Diffstat (limited to 'testsuite/gna/bug083/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug083/testsuite.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/bug083/testsuite.sh b/testsuite/gna/bug083/testsuite.sh new file mode 100755 index 000000000..1493b0f92 --- /dev/null +++ b/testsuite/gna/bug083/testsuite.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +analyze repro2.vhdl +elab_simulate repro2 + +analyze repro.vhdl +elab_simulate repro + +clean + +echo "Test successful" |