aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1430/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-26 19:43:59 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-26 22:39:04 +0200
commitf61903dba10aadcb18d608f4c57e21e7d427ea25 (patch)
tree2a5f39c1507aa7e3cd140bd411aed8183b84474f /testsuite/synth/issue1430/testsuite.sh
parent91a073a2399321f42d63eaa53892eac68fc20257 (diff)
downloadghdl-f61903dba10aadcb18d608f4c57e21e7d427ea25.tar.gz
ghdl-f61903dba10aadcb18d608f4c57e21e7d427ea25.tar.bz2
ghdl-f61903dba10aadcb18d608f4c57e21e7d427ea25.zip
testsuite/synth: add a testcase for #1430
Diffstat (limited to 'testsuite/synth/issue1430/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1430/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1430/testsuite.sh b/testsuite/synth/issue1430/testsuite.sh
new file mode 100755
index 000000000..199251667
--- /dev/null
+++ b/testsuite/synth/issue1430/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth repro.vhdl -e > syn_repro.vhdl
+
+echo "Test successful"