aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1650/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-19 08:59:35 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-19 08:59:35 +0100
commit4974ee462a6674d4c85d4178c57e22a9ae7e1cba (patch)
tree5fcea7086500b08ccbe154e6a42627f20267335f /testsuite/synth/issue1650/testsuite.sh
parentc254871698f100d3600edf29f7f467564531418c (diff)
downloadghdl-4974ee462a6674d4c85d4178c57e22a9ae7e1cba.tar.gz
ghdl-4974ee462a6674d4c85d4178c57e22a9ae7e1cba.tar.bz2
ghdl-4974ee462a6674d4c85d4178c57e22a9ae7e1cba.zip
testsuite/synth: add a test for #1650
Diffstat (limited to 'testsuite/synth/issue1650/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1650/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue1650/testsuite.sh b/testsuite/synth/issue1650/testsuite.sh
new file mode 100755
index 000000000..190a675ec
--- /dev/null
+++ b/testsuite/synth/issue1650/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_failure --vendor-library=missing_lib debounce.vhdl -e
+
+synth_only debounce
+
+echo "Test successful"