aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1572/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-01 11:48:46 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-01 14:15:40 +0100
commit28a81b3a60952607c03191b8f71e11588047c721 (patch)
treeada0d8ca32e9e08bdaec56acca2e1a39282adcb8 /testsuite/synth/issue1572/testsuite.sh
parentcbeafcc2a33209e6825e590561726cf10ef66d11 (diff)
downloadghdl-28a81b3a60952607c03191b8f71e11588047c721.tar.gz
ghdl-28a81b3a60952607c03191b8f71e11588047c721.tar.bz2
ghdl-28a81b3a60952607c03191b8f71e11588047c721.zip
testsuite/synth: add a test for #1572
Diffstat (limited to 'testsuite/synth/issue1572/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1572/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1572/testsuite.sh b/testsuite/synth/issue1572/testsuite.sh
new file mode 100755
index 000000000..75017b449
--- /dev/null
+++ b/testsuite/synth/issue1572/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth --std=08 ent.vhdl ent.psl -e > syn_ent.vhdl
+
+echo "Test successful"