diff options
author | Tristan Gingold | 2015-01-20 15:22:46 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-20 15:22:46 +0100 |
commit | 98fa5f28b2c97ce321b13660d4db969a0072f606 (patch) | |
tree | 4a27cbda417ea4f0cb8ede5cb812239f15c9e994 /testsuite/gna/bug08/testsuite.sh | |
parent | 057fe02c3e99bee64cea06c057afc2d50732baad (diff) | |
download | ghdl-98fa5f28b2c97ce321b13660d4db969a0072f606.tar.gz ghdl-98fa5f28b2c97ce321b13660d4db969a0072f606.tar.bz2 ghdl-98fa5f28b2c97ce321b13660d4db969a0072f606.zip |
Add testcase bug08 (ambiguous notation for parenthesis name).
Diffstat (limited to 'testsuite/gna/bug08/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug08/testsuite.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/bug08/testsuite.sh b/testsuite/gna/bug08/testsuite.sh new file mode 100755 index 0000000..9762553 --- /dev/null +++ b/testsuite/gna/bug08/testsuite.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +. ../../testenv.sh + +for i in 1 2 3 4 5 6 7 8 9 10 11 12 13; do + analyze paren$i.vhdl + elab_simulate paren$i +done + +clean + +echo "Test successful" |