Delete .tar, .get-output, and .get-errors files on "clean" target.
[pintos-anon] / src / tests / threads / mlfqs-nice-2.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 use tests::threads::mlfqs;
6
7 check_mlfqs_fair ([0, 5], 50);