diff options
Diffstat (limited to 'testsuite/synth/oper02/testsuite.sh')
-rwxr-xr-x | testsuite/synth/oper02/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/oper02/testsuite.sh b/testsuite/synth/oper02/testsuite.sh index 6fb2d7ca4..889f20b54 100755 --- a/testsuite/synth/oper02/testsuite.sh +++ b/testsuite/synth/oper02/testsuite.sh @@ -3,7 +3,7 @@ . ../../testenv.sh GHDL_STD_FLAGS=--std=08 -for t in min01 max01 uns02; do +for t in min01 max01 uns02 urot01 srot01; do synth_tb $t done |