7 lines
119 B
Text
Executable file
7 lines
119 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
use tests::threads::mlfqs;
|
|
|
|
check_mlfqs_fair ([0...9], 25);
|