aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue958/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-01 20:29:13 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-01 20:29:13 +0200
commit2e12aa8732cd49438a165a0b20c9acd9e37cde4d (patch)
tree214007f9320397a9336680613024f809d45d3501 /testsuite/synth/issue958/testsuite.sh
parent8de90a32fbbdea13cd1269f9c3769a11487520f1 (diff)
downloadghdl-2e12aa8732cd49438a165a0b20c9acd9e37cde4d.tar.gz
ghdl-2e12aa8732cd49438a165a0b20c9acd9e37cde4d.tar.bz2
ghdl-2e12aa8732cd49438a165a0b20c9acd9e37cde4d.zip
testsuite/synth: add testcases for #958
Diffstat (limited to 'testsuite/synth/issue958/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue958/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue958/testsuite.sh b/testsuite/synth/issue958/testsuite.sh
new file mode 100755
index 000000000..02e38f330
--- /dev/null
+++ b/testsuite/synth/issue958/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for f in ent ent1; do
+ synth $f.vhdl -e $f > syn_$f.vhdl
+ analyze syn_$f.vhdl
+ clean
+done
+
+echo "Test successful"