7aaa53af705a0ed64bf05eab4bd0736c00102baf
[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 tests/userprog/no-vm/multi-oom_ARGS = 0
8
9 tests/userprog/no-vm/multi-oom.output: TIMEOUT = 180