summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug08/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold2015-01-20 15:22:46 +0100
committerTristan Gingold2015-01-20 15:22:46 +0100
commit98fa5f28b2c97ce321b13660d4db969a0072f606 (patch)
tree4a27cbda417ea4f0cb8ede5cb812239f15c9e994 /testsuite/gna/bug08/testsuite.sh
parent057fe02c3e99bee64cea06c057afc2d50732baad (diff)
downloadghdl-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-xtestsuite/gna/bug08/testsuite.sh12
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"