aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1107/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-02-05 20:16:01 +0100
committerTristan Gingold <tgingold@free.fr>2020-02-05 20:16:01 +0100
commit3b2f4b80a6bd50a8fc190040dd415b2006548bdb (patch)
treeffb88076070817c4a731ee5f0e72df560b311a7b /testsuite/synth/issue1107/testsuite.sh
parent0140dddc253f8b755d3080885ae322b87606ae61 (diff)
downloadghdl-3b2f4b80a6bd50a8fc190040dd415b2006548bdb.tar.gz
ghdl-3b2f4b80a6bd50a8fc190040dd415b2006548bdb.tar.bz2
ghdl-3b2f4b80a6bd50a8fc190040dd415b2006548bdb.zip
testsuite/synth: add a test for #1107
Diffstat (limited to 'testsuite/synth/issue1107/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1107/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue1107/testsuite.sh b/testsuite/synth/issue1107/testsuite.sh
new file mode 100755
index 000000000..94bce8c29
--- /dev/null
+++ b/testsuite/synth/issue1107/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for t in unconnected; do
+ synth $t.vhdl -e $t > syn_$t.vhdl
+ analyze syn_$t.vhdl
+ clean
+done
+
+echo "Test successful"