aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1986/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-03-02 06:02:58 +0100
committerTristan Gingold <tgingold@free.fr>2022-03-02 06:03:26 +0100
commitb055428679f53116f1eba50ee07c0edf823e19ed (patch)
tree17f2e9676eb10ae2bc98e06f9c49b5d91d44feda /testsuite/synth/issue1986/testsuite.sh
parent665a999044f017e5161bae6bd7b93055777718da (diff)
downloadghdl-b055428679f53116f1eba50ee07c0edf823e19ed.tar.gz
ghdl-b055428679f53116f1eba50ee07c0edf823e19ed.tar.bz2
ghdl-b055428679f53116f1eba50ee07c0edf823e19ed.zip
testsuite/synth: add a testcase for #1986
Diffstat (limited to 'testsuite/synth/issue1986/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1986/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1986/testsuite.sh b/testsuite/synth/issue1986/testsuite.sh
new file mode 100755
index 000000000..c355095b7
--- /dev/null
+++ b/testsuite/synth/issue1986/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_only bug
+
+echo "Test successful"