Add grading system.
[pintos-anon] / src / tests / filesys / base / Rubric
1 Functionality of base file system:
2 - Test basic support for small files.
3 1       sm-create
4 2       sm-full
5 2       sm-random
6 2       sm-seq-block
7 3       sm-seq-random
8
9 - Test basic support for large files.
10 1       lg-create
11 2       lg-full
12 2       lg-random
13 2       lg-seq-block
14 3       lg-seq-random
15
16 - Test synchronized multiprogram access to files.
17 4       syn-read
18 4       syn-write
19 2       syn-remove