diff options
author | Tristan Gingold | 2013-12-29 11:52:07 +0100 |
---|---|---|
committer | Tristan Gingold | 2013-12-29 11:52:07 +0100 |
commit | c2a20bfff0896a33abed1cf2c4d4f1551457e710 (patch) | |
tree | 3371081eb726060a81dc87a00188576628a4aaff /testsuite/gna/bug21078/testsuite.sh | |
parent | c8ec04b7ddb029a08bb065cb96902c2fcbfde335 (diff) | |
download | ghdl-c2a20bfff0896a33abed1cf2c4d4f1551457e710.tar.gz ghdl-c2a20bfff0896a33abed1cf2c4d4f1551457e710.tar.bz2 ghdl-c2a20bfff0896a33abed1cf2c4d4f1551457e710.zip |
Fix crash in bug21078.
Diffstat (limited to 'testsuite/gna/bug21078/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug21078/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/gna/bug21078/testsuite.sh b/testsuite/gna/bug21078/testsuite.sh new file mode 100755 index 0000000..88cd64e --- /dev/null +++ b/testsuite/gna/bug21078/testsuite.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure foo.vhdl + +clean + +echo "Test successful" |