diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-01-05 08:03:19 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-01-05 08:03:19 +0100 |
commit | 1cb6bdfbcc35a8510c7ba1148697d26f9cffdcdc (patch) | |
tree | c3593da8d51bbcbd8cbbd40058b15a7a80e51e3e /testsuite/gna/bug18659/testsuite.sh | |
parent | 65908771f2935a41a4ed908cd6bb1efe96831814 (diff) | |
download | ghdl-1cb6bdfbcc35a8510c7ba1148697d26f9cffdcdc.tar.gz ghdl-1cb6bdfbcc35a8510c7ba1148697d26f9cffdcdc.tar.bz2 ghdl-1cb6bdfbcc35a8510c7ba1148697d26f9cffdcdc.zip |
Translate bit string literals in aggregate. Fix bug18659.
Diffstat (limited to 'testsuite/gna/bug18659/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug18659/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug18659/testsuite.sh b/testsuite/gna/bug18659/testsuite.sh new file mode 100755 index 000000000..8e608bfcc --- /dev/null +++ b/testsuite/gna/bug18659/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze crash.vhd +elab_simulate crash + +clean + +echo "Test successful" |