aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1253/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-21 05:46:40 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-21 05:46:40 +0200
commit42c83fcb04b35e4dce3d1675d90f46fbfe144c4a (patch)
tree319895ce019b7abb1f6bc22c9e966cc7180ba27b /testsuite/synth/issue1253/testsuite.sh
parent5e1607f130ecdd6a228b3329ffc680bd42b486bb (diff)
downloadghdl-42c83fcb04b35e4dce3d1675d90f46fbfe144c4a.tar.gz
ghdl-42c83fcb04b35e4dce3d1675d90f46fbfe144c4a.tar.bz2
ghdl-42c83fcb04b35e4dce3d1675d90f46fbfe144c4a.zip
testsuite/synth: add test for #1253
Diffstat (limited to 'testsuite/synth/issue1253/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1253/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue1253/testsuite.sh b/testsuite/synth/issue1253/testsuite.sh
new file mode 100755
index 000000000..a895b4b2f
--- /dev/null
+++ b/testsuite/synth/issue1253/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=-fsynopsys
+synth repro1.vhdl -e > syn_repro1.vhdl
+synth repro2.vhdl -e > syn_repro2.vhdl
+clean
+
+echo "Test successful"