aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue962/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-03 19:59:59 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-03 19:59:59 +0200
commit104d15ba33b8833302f11f96489e7ebbb3c53080 (patch)
treea370c1069c52771c30c8309275ce9e3187e8b0a6 /testsuite/synth/issue962/testsuite.sh
parentd1a04906a1c4c0a31a53ac653ce07d01fce6636e (diff)
downloadghdl-104d15ba33b8833302f11f96489e7ebbb3c53080.tar.gz
ghdl-104d15ba33b8833302f11f96489e7ebbb3c53080.tar.bz2
ghdl-104d15ba33b8833302f11f96489e7ebbb3c53080.zip
testsuite/synth: add test for #962
Diffstat (limited to 'testsuite/synth/issue962/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue962/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue962/testsuite.sh b/testsuite/synth/issue962/testsuite.sh
new file mode 100755
index 000000000..805a87560
--- /dev/null
+++ b/testsuite/synth/issue962/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for f in ent2; do
+ synth $f.vhdl -e $f > syn_$f.vhdl
+# analyze syn_$f.vhdl
+done
+clean
+
+echo "Test successful"