random: Fix behavior of kernel option "-rs".
[pintos-anon] / filesys / sm-random.c
1 const char test_name[] = "sm-random";
2 #define BLOCK_SIZE 13
3 #define TEST_SIZE (13 * 123)
4 #include "random.inc"