From 3486a9d34f6cdb83e5917da9b20a6e5bf9f13b81 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 10 Oct 2021 18:58:39 +0200 Subject: testsuite/synth: add one more test for #1886 --- testsuite/synth/issue1886/testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') 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 -- cgit v1.2.3