aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1679/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-03-13 08:17:36 +0100
committerTristan Gingold <tgingold@free.fr>2021-03-13 08:17:36 +0100
commit691be6df9c319c03e0b960bb3d7233b1892228ce (patch)
treeef8392455730178cd5090667fe4e164f1afc7034 /testsuite/synth/issue1679/testsuite.sh
parentee3a04b7dbfc796057a2ac0c8c1ae07744cc175d (diff)
downloadghdl-691be6df9c319c03e0b960bb3d7233b1892228ce.tar.gz
ghdl-691be6df9c319c03e0b960bb3d7233b1892228ce.tar.bz2
ghdl-691be6df9c319c03e0b960bb3d7233b1892228ce.zip
testsuite/synth: add a test for #1679
Diffstat (limited to 'testsuite/synth/issue1679/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1679/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1679/testsuite.sh b/testsuite/synth/issue1679/testsuite.sh
new file mode 100755
index 000000000..9d823928f
--- /dev/null
+++ b/testsuite/synth/issue1679/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_only test_fail
+
+echo "Test successful"