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