Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / extended / grow-root-sm.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6 (grow-root-sm) begin
7 (grow-root-sm) creating and checking "file0"
8 (grow-root-sm) creating and checking "file1"
9 (grow-root-sm) creating and checking "file2"
10 (grow-root-sm) creating and checking "file3"
11 (grow-root-sm) creating and checking "file4"
12 (grow-root-sm) creating and checking "file5"
13 (grow-root-sm) creating and checking "file6"
14 (grow-root-sm) creating and checking "file7"
15 (grow-root-sm) creating and checking "file8"
16 (grow-root-sm) creating and checking "file9"
17 (grow-root-sm) end
18 EOF