aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/synth/issue1886/testsuite.sh2
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