aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue945/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-28 23:21:05 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-28 23:21:05 +0200
commit59c6890377b635797dff61346a780b4d23436736 (patch)
tree8bceb79f417f51d96c00ae4e1c85b84562b62f07 /testsuite/synth/issue945/testsuite.sh
parent8965ce200b899a43125909bcdac4aceba9dee53d (diff)
downloadghdl-59c6890377b635797dff61346a780b4d23436736.tar.gz
ghdl-59c6890377b635797dff61346a780b4d23436736.tar.bz2
ghdl-59c6890377b635797dff61346a780b4d23436736.zip
testsuite/synth: add testcase for #945
Diffstat (limited to 'testsuite/synth/issue945/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue945/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue945/testsuite.sh b/testsuite/synth/issue945/testsuite.sh
new file mode 100755
index 000000000..6c14ee73a
--- /dev/null
+++ b/testsuite/synth/issue945/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth ent.vhdl -e ent > syn_ent.vhdl
+clean
+
+echo "Test successful"