aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1591/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-13 18:51:32 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-13 18:55:30 +0100
commita6a956c6b35108ab171d67b54056ed14984590e2 (patch)
tree35aa13ba4c0c0fb6468395ac5c71e4ce6c9f9669 /testsuite/synth/issue1591/testsuite.sh
parent2fb32502d2a12ac78cc3f5fb4068104b66018ea5 (diff)
downloadghdl-a6a956c6b35108ab171d67b54056ed14984590e2.tar.gz
ghdl-a6a956c6b35108ab171d67b54056ed14984590e2.tar.bz2
ghdl-a6a956c6b35108ab171d67b54056ed14984590e2.zip
testsuite/synth: add testcase for #1591
Diffstat (limited to 'testsuite/synth/issue1591/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1591/testsuite.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/synth/issue1591/testsuite.sh b/testsuite/synth/issue1591/testsuite.sh
new file mode 100755
index 000000000..3a8878508
--- /dev/null
+++ b/testsuite/synth/issue1591/testsuite.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+synth_analyze issue
+synth_analyze repro1
+synth_analyze repro2
+synth_analyze repro3
+synth_analyze repro4
+
+clean
+echo "Test successful"