aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1007/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-03 07:54:27 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-03 07:54:27 +0100
commitf342fd4b064953b35ca94808bda7670544ef2217 (patch)
treece0dbdf6a11cbdfdd3e4f816224eed5e00ee04dc /testsuite/synth/issue1007/testsuite.sh
parentd6b2b4441e2db58cba4a104b4e7873c70ffdfda6 (diff)
downloadghdl-f342fd4b064953b35ca94808bda7670544ef2217.tar.gz
ghdl-f342fd4b064953b35ca94808bda7670544ef2217.tar.bz2
ghdl-f342fd4b064953b35ca94808bda7670544ef2217.zip
testsuite: add test for #1007
Diffstat (limited to 'testsuite/synth/issue1007/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1007/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue1007/testsuite.sh b/testsuite/synth/issue1007/testsuite.sh
new file mode 100755
index 000000000..3dc84526d
--- /dev/null
+++ b/testsuite/synth/issue1007/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth test_entity.vhdl test_wrapper.vhdl -e > syn_test_wrapper.vhdl
+analyze syn_test_wrapper.vhdl
+clean
+
+echo "Test successful"