aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1144/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-02-21 06:48:46 +0100
committerTristan Gingold <tgingold@free.fr>2020-02-21 06:48:46 +0100
commit1f466e4d2ed515d426edfd9c5c3dcf2ed4cc25a8 (patch)
tree5139ae50245f163bac5dd13ff93c231016a0006c /testsuite/synth/issue1144/testsuite.sh
parentbf6e854674991dafedb73a2fbfe9e5af190d5190 (diff)
downloadghdl-1f466e4d2ed515d426edfd9c5c3dcf2ed4cc25a8.tar.gz
ghdl-1f466e4d2ed515d426edfd9c5c3dcf2ed4cc25a8.tar.bz2
ghdl-1f466e4d2ed515d426edfd9c5c3dcf2ed4cc25a8.zip
testsuite/synth: add a test for #1144
Diffstat (limited to 'testsuite/synth/issue1144/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1144/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue1144/testsuite.sh b/testsuite/synth/issue1144/testsuite.sh
new file mode 100755
index 000000000..ce1265354
--- /dev/null
+++ b/testsuite/synth/issue1144/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for t in issue; do
+ synth $t.vhdl -e $t > syn_$t.vhdl
+ analyze syn_$t.vhdl
+ clean
+done
+
+echo "Test successful"