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