Rewrite of multi-oom. Now descends 10 times and expects to reach the same
[pintos-anon] / src / tests / userprog / no-vm / Make.tests
1 # -*- makefile -*-
2
3 tests/userprog/no-vm_TESTS = tests/userprog/no-vm/multi-oom
4 tests/userprog/no-vm_PROGS = $(tests/userprog/no-vm_TESTS)
5 tests/userprog/no-vm/multi-oom_SRC = tests/userprog/no-vm/multi-oom.c   \
6 tests/lib.c
7
8 tests/userprog/no-vm/multi-oom.output: TIMEOUT = 360