summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/stride.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/stride.c b/testsuite/stride.c
index 38a6681..e14b230 100644
--- a/testsuite/stride.c
+++ b/testsuite/stride.c
@@ -74,6 +74,8 @@ int main (int argc, char *argv[])
continue;
}
oil_test_set_iterations (test, 1);
+ test->n = 1 + oil_rand_u8();
+ test->m = 1 + oil_rand_u8();
oil_test_check_impl (test, klass->reference_impl);
for(j=0;j<OIL_ARG_LAST;j++){