diff options
author | Tristan Gingold | 2015-01-20 15:22:19 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-20 15:22:19 +0100 |
commit | 057fe02c3e99bee64cea06c057afc2d50732baad (patch) | |
tree | 8d8bbdaae16d2667c0df2d9d5f116edfd052df9d /testsuite/gna/bug07/testsuite.sh | |
parent | 4b6f841fcd09ce8f0a80e87d4031d9417c0eabb5 (diff) | |
download | ghdl-057fe02c3e99bee64cea06c057afc2d50732baad.tar.gz ghdl-057fe02c3e99bee64cea06c057afc2d50732baad.tar.bz2 ghdl-057fe02c3e99bee64cea06c057afc2d50732baad.zip |
Add bug07 testcase (locally discrete array compare).
Diffstat (limited to 'testsuite/gna/bug07/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug07/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug07/testsuite.sh b/testsuite/gna/bug07/testsuite.sh new file mode 100755 index 0000000..7da7af9 --- /dev/null +++ b/testsuite/gna/bug07/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze repro.vhdl +elab_simulate repro + +clean + +echo "Test successful" |