diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-01-26 20:02:32 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-01-26 20:02:32 +0100 |
commit | 7574b55c8f65dc477e8aec66979de47c854ecae4 (patch) | |
tree | 26b68847948ddbfe9ce4338111168eaf1d1cda2b /testsuite/gna/bug037/testsuite.sh | |
parent | e1af0a762a6df2e2630b504e782740ba77e323af (diff) | |
download | ghdl-7574b55c8f65dc477e8aec66979de47c854ecae4.tar.gz ghdl-7574b55c8f65dc477e8aec66979de47c854ecae4.tar.bz2 ghdl-7574b55c8f65dc477e8aec66979de47c854ecae4.zip |
Add testcase for previous patch.
Diffstat (limited to 'testsuite/gna/bug037/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug037/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug037/testsuite.sh b/testsuite/gna/bug037/testsuite.sh new file mode 100755 index 000000000..ea3e4df33 --- /dev/null +++ b/testsuite/gna/bug037/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze repro.vhdl +elab_simulate repro --dump-rti + +clean + +echo "Test successful" |