8 lines
118 B
Text
8 lines
118 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
use tests::threads::mlfqs;
|
||
|
|
||
|
check_mlfqs_fair ([0, 0], 50);
|