aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1165/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-19 19:31:40 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-19 19:31:40 +0100
commit522c10d28a483d533f3ccb2bcda2cc905c2bf677 (patch)
treecfb1dca66c135536d087d16bf6502b65a162942f /testsuite/synth/issue1165/testsuite.sh
parentf535653a4a98ada2c8c4456a8186d97c1a444dd8 (diff)
downloadghdl-522c10d28a483d533f3ccb2bcda2cc905c2bf677.tar.gz
ghdl-522c10d28a483d533f3ccb2bcda2cc905c2bf677.tar.bz2
ghdl-522c10d28a483d533f3ccb2bcda2cc905c2bf677.zip
testsuite/synth: add a test for #1165
Diffstat (limited to 'testsuite/synth/issue1165/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1165/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue1165/testsuite.sh b/testsuite/synth/issue1165/testsuite.sh
new file mode 100755
index 000000000..ff9761b93
--- /dev/null
+++ b/testsuite/synth/issue1165/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_analyze bug
+
+clean
+
+echo "Test successful"