diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-02-21 08:06:09 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-02-21 08:06:09 +0100 |
commit | 81441654d58fd9f69c1ca694915ffbb40f7fc519 (patch) | |
tree | 97160897450a07f2c453689a76db41533ae75504 /testsuite/synth/issue1978/testsuite.sh | |
parent | 83a5f96469efc690da3e86e9983b3dfc84f4fa3c (diff) | |
download | ghdl-81441654d58fd9f69c1ca694915ffbb40f7fc519.tar.gz ghdl-81441654d58fd9f69c1ca694915ffbb40f7fc519.tar.bz2 ghdl-81441654d58fd9f69c1ca694915ffbb40f7fc519.zip |
testsuite/synth: add a reproducer for #1978
Diffstat (limited to 'testsuite/synth/issue1978/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue1978/testsuite.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1978/testsuite.sh b/testsuite/synth/issue1978/testsuite.sh new file mode 100755 index 000000000..6755c8a4e --- /dev/null +++ b/testsuite/synth/issue1978/testsuite.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 +synth_failure reproducer.vhdl -e + +echo "Test successful" |