diff --git a/tools/test.pl b/tools/test.pl index 813289cb9..c196ec670 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -289,6 +289,8 @@ sub get_module_constraints $constraints->[0]->[0] = $constraints->[2]->[0]; $constraints->[0]->[1] = $constraints->[2]->[1]; + + $IS_OPTIMIZED = 1; } if (($constraints->[1]->[0] == -1) && ($constraints->[1]->[1] == -1)) diff --git a/tools/test_modules/m02400.pm b/tools/test_modules/m02400.pm index df41cfd97..5b2ea6a6a 100644 --- a/tools/test_modules/m02400.pm +++ b/tools/test_modules/m02400.pm @@ -11,7 +11,7 @@ use warnings; use Digest::MD5 qw (md5); use POSIX qw (strftime ceil); -sub module_constraints { [[0, 255], [-1, -1], [1, 55], [-1, -1], [-1, -1]] } +sub module_constraints { [[-1, -1], [-1, -1], [1, 55], [-1, -1], [-1, -1]] } sub pseudo_base64 { diff --git a/tools/test_modules/m02410.pm b/tools/test_modules/m02410.pm index d34f8f71e..a8808013c 100644 --- a/tools/test_modules/m02410.pm +++ b/tools/test_modules/m02410.pm @@ -11,7 +11,7 @@ use warnings; use Digest::MD5 qw (md5); use POSIX qw (ceil); -sub module_constraints { [[0, 255], [1, 4], [0, 55], [1, 4], [-1, -1]] } +sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [1, 4], [-1, -1]] } sub pseudo_base64 {