aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2089/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-12 06:09:39 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-12 06:32:01 +0200
commit91c892934daa16cd2b1ba65331346f691d98fd69 (patch)
treeaef90e0f96c6bb41c0e9ec2ccfc092452e7c03be /testsuite/synth/issue2089/testsuite.sh
parentf8ca10e9d4e851ef9e29fb97f1fd7a0956a60a77 (diff)
downloadghdl-91c892934daa16cd2b1ba65331346f691d98fd69.tar.gz
ghdl-91c892934daa16cd2b1ba65331346f691d98fd69.tar.bz2
ghdl-91c892934daa16cd2b1ba65331346f691d98fd69.zip
testsuite/synth: add a test for #2089
Diffstat (limited to 'testsuite/synth/issue2089/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2089/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue2089/testsuite.sh b/testsuite/synth/issue2089/testsuite.sh
new file mode 100755
index 000000000..6ec49749f
--- /dev/null
+++ b/testsuite/synth/issue2089/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_only bug
+
+echo "Test successful"