Add test that checks that recent_cpu decays properly for blocked
[pintos-anon] / src / tests / threads / tests.c
index ca99eb6624bde55cf2da798890ceaac9aaf71814..b5153728cc195b426699c237aedf9fccaf79abab 100644 (file)
@@ -35,6 +35,7 @@ static const struct test tests[] =
     {"mlfqs-fair-20", test_mlfqs_fair_20},
     {"mlfqs-nice-2", test_mlfqs_nice_2},
     {"mlfqs-nice-10", test_mlfqs_nice_10},
+    {"mlfqs-block", test_mlfqs_block},
   };
 
 static const char *test_name;