Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / userprog / read-zero.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected ([<<'EOF']);
6 (read-zero) begin
7 (read-zero) open "sample.txt"
8 (read-zero) end
9 read-zero: exit(0)
10 EOF