aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth58/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-10 18:32:13 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-10 18:32:13 +0200
commit170d114587a84c58c18c33f9f564b508f4d82544 (patch)
treeb7c6f93413b839e93eac866c9d39e489cea07556 /testsuite/synth/synth58/testsuite.sh
parentcea222fe918c82de7b8ce75f3bd42c011677e06d (diff)
downloadghdl-170d114587a84c58c18c33f9f564b508f4d82544.tar.gz
ghdl-170d114587a84c58c18c33f9f564b508f4d82544.tar.bz2
ghdl-170d114587a84c58c18c33f9f564b508f4d82544.zip
testsuite/synth: add testcase for previous commit.
Diffstat (limited to 'testsuite/synth/synth58/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth58/testsuite.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/synth/synth58/testsuite.sh b/testsuite/synth/synth58/testsuite.sh
new file mode 100755
index 000000000..041a83a72
--- /dev/null
+++ b/testsuite/synth/synth58/testsuite.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth function_test.vhdl -e > syn_function_test.vhdl
+analyze syn_function_test.vhdl
+
+synth repro1.vhdl -e > syn_repro1.vhdl
+analyze syn_repro1.vhdl
+
+clean
+
+echo "Test successful"