diff options
| author | Tristan Gingold <tgingold@free.fr> | 2021-10-10 18:58:39 +0200 |
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2021-10-10 18:58:39 +0200 |
| commit | 3486a9d34f6cdb83e5917da9b20a6e5bf9f13b81 (patch) | |
| tree | 52b4c23d39896254009a53edc29eaf8dde6d738f | |
| parent | bb7232d3b243fb2a9a4c7d4acab80bc7f07bc88d (diff) | |
| download | ghdl-3486a9d34f6cdb83e5917da9b20a6e5bf9f13b81.tar.gz ghdl-3486a9d34f6cdb83e5917da9b20a6e5bf9f13b81.tar.bz2 ghdl-3486a9d34f6cdb83e5917da9b20a6e5bf9f13b81.zip | |
testsuite/synth: add one more test for #1886
| -rwxr-xr-x | testsuite/synth/issue1886/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1886/testsuite.sh b/testsuite/synth/issue1886/testsuite.sh index ddd0fa705..0ed3d72ad 100755 --- a/testsuite/synth/issue1886/testsuite.sh +++ b/testsuite/synth/issue1886/testsuite.sh @@ -4,7 +4,7 @@ GHDL_STD_FLAGS=--std=08 -for t in test test2; do +for t in test test2 test3; do synth_tb $t done |
