diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-06-12 06:09:39 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-06-12 06:32:01 +0200 |
commit | 91c892934daa16cd2b1ba65331346f691d98fd69 (patch) | |
tree | aef90e0f96c6bb41c0e9ec2ccfc092452e7c03be /testsuite/synth/issue2089/testsuite.sh | |
parent | f8ca10e9d4e851ef9e29fb97f1fd7a0956a60a77 (diff) | |
download | ghdl-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-x | testsuite/synth/issue2089/testsuite.sh | 7 |
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" |