diff --git a/PDP11/test.c b/PDP11/test.c index bec4419b..ed203eb1 100644 --- a/PDP11/test.c +++ b/PDP11/test.c @@ -31,6 +31,8 @@ void produce_validation_tests() { 0106700, 0107777 }, }; + srand(123); // for reproducability + for(int i=0; i<65536; i++) { int skip = 0; for(int test=0; test<6; test++) {