Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / vm / mmap-unmap.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 use tests::vm::process_death;
6
7 check_process_death ('mmap-unmap');