diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-07-30 09:50:10 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-07-30 09:50:10 +0200 |
commit | b404134363a4f097378aacb879220fd831bdb09f (patch) | |
tree | 95d3d7c945b666d452383adc133a0a1b4bd6b1fd /testsuite/gna/bug049/testsuite.sh | |
parent | f48a3b933ed0e9e66002b3b14486a281ac541114 (diff) | |
download | ghdl-b404134363a4f097378aacb879220fd831bdb09f.tar.gz ghdl-b404134363a4f097378aacb879220fd831bdb09f.tar.bz2 ghdl-b404134363a4f097378aacb879220fd831bdb09f.zip |
Add testcase for previous patch.
Diffstat (limited to 'testsuite/gna/bug049/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug049/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug049/testsuite.sh b/testsuite/gna/bug049/testsuite.sh new file mode 100755 index 000000000..92bf0c1cb --- /dev/null +++ b/testsuite/gna/bug049/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze rng1.vhdl +elab_simulate sliding_index + +clean + +echo "Test successful" |