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