diff options
author | Tristan Gingold | 2016-01-19 19:55:37 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-19 19:55:37 +0100 |
commit | cad4bda6a8c85c8103216324307206197152c417 (patch) | |
tree | 30deb22406276bfacd23ed789981e6d652c0194f /testsuite/gna/bug24326/testsuite.sh | |
parent | 2fae5481006fafb916675c528a7ee230be89ec0b (diff) | |
download | ghdl-cad4bda6a8c85c8103216324307206197152c417.tar.gz ghdl-cad4bda6a8c85c8103216324307206197152c417.tar.bz2 ghdl-cad4bda6a8c85c8103216324307206197152c417.zip |
Add reproducer for bug24326.
Diffstat (limited to 'testsuite/gna/bug24326/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug24326/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/bug24326/testsuite.sh b/testsuite/gna/bug24326/testsuite.sh new file mode 100755 index 0000000..a30c5a0 --- /dev/null +++ b/testsuite/gna/bug24326/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure tb_thingy7.vhdl +analyze_failure tb_thingy9.vhdl +analyze_failure repro1.vhdl + +clean + +echo "Test successful" |