aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1294/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-19 07:53:18 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-20 08:21:27 +0200
commita269db2277ea3747e09fcfc1b82b977b600932b3 (patch)
treefb9258b8ba5bd5b81d8e71efa88a098b2cb3c952 /testsuite/synth/issue1294/testsuite.sh
parent4afe2564d96763b85ec837337a4b1992b8c4bcaa (diff)
downloadghdl-a269db2277ea3747e09fcfc1b82b977b600932b3.tar.gz
ghdl-a269db2277ea3747e09fcfc1b82b977b600932b3.tar.bz2
ghdl-a269db2277ea3747e09fcfc1b82b977b600932b3.zip
testsuite/synth: add test from #1294
Diffstat (limited to 'testsuite/synth/issue1294/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1294/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1294/testsuite.sh b/testsuite/synth/issue1294/testsuite.sh
new file mode 100755
index 000000000..7ece1a728
--- /dev/null
+++ b/testsuite/synth/issue1294/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_analyze generic_array_range
+
+echo "Test successful"