aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1207/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-11 07:59:12 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-11 07:59:12 +0200
commit4231913909ebc0dfd8edcfa979ef6791b0a5675a (patch)
tree39281cfe7a945a51a1aec55027f556b4bfa94006 /testsuite/synth/issue1207/testsuite.sh
parent077dae8aaa89cd74f18190a0de0d4b501935b39c (diff)
downloadghdl-4231913909ebc0dfd8edcfa979ef6791b0a5675a.tar.gz
ghdl-4231913909ebc0dfd8edcfa979ef6791b0a5675a.tar.bz2
ghdl-4231913909ebc0dfd8edcfa979ef6791b0a5675a.zip
testsuite/synth: add a test for #1207
Diffstat (limited to 'testsuite/synth/issue1207/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1207/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1207/testsuite.sh b/testsuite/synth/issue1207/testsuite.sh
new file mode 100755
index 000000000..52986f05c
--- /dev/null
+++ b/testsuite/synth/issue1207/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth -fsynopsys alphablender.vhdl -e > syn_alphablender.vhdl
+
+echo "Test successful"