aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue872/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-08 05:28:17 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-08 05:28:17 +0200
commit6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6 (patch)
tree73b24e91fe6f8a6874785e1fea5b7853c70ab0dc /testsuite/synth/issue872/testsuite.sh
parent1a0606c144230040143e8080016302bc51a48bfb (diff)
downloadghdl-6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6.tar.gz
ghdl-6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6.tar.bz2
ghdl-6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6.zip
synth: add testcase from #872
Diffstat (limited to 'testsuite/synth/issue872/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue872/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue872/testsuite.sh b/testsuite/synth/issue872/testsuite.sh
new file mode 100755
index 000000000..146289504
--- /dev/null
+++ b/testsuite/synth/issue872/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth alu.vhdl -e $t > syn_alu.vhdl
+analyze syn_alu.vhdl
+clean
+
+echo "Test successful"