aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1099/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-19 04:31:17 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-19 04:31:17 +0100
commit05c630e2308f3d03cf741785a6cdc1f4258ab5e3 (patch)
treeb0d8f3512d063a651d0ca18ace925e263df89223 /testsuite/synth/issue1099/testsuite.sh
parent6465dc24c70dcd3c17a62ae30b0db5882778a234 (diff)
downloadghdl-05c630e2308f3d03cf741785a6cdc1f4258ab5e3.tar.gz
ghdl-05c630e2308f3d03cf741785a6cdc1f4258ab5e3.tar.bz2
ghdl-05c630e2308f3d03cf741785a6cdc1f4258ab5e3.zip
testsuite/synth: add test for #1099
Diffstat (limited to 'testsuite/synth/issue1099/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1099/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1099/testsuite.sh b/testsuite/synth/issue1099/testsuite.sh
new file mode 100755
index 000000000..19e77b72f
--- /dev/null
+++ b/testsuite/synth/issue1099/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth top.vhdl -e > syn_top.vhdl
+
+echo "Test successful"