9 lines
277 B
Text
9 lines
277 B
Text
|
# -*- makefile -*-
|
||
|
|
||
|
tests/userprog/no-vm_TESTS = tests/userprog/no-vm/multi-oom
|
||
|
tests/userprog/no-vm_PROGS = $(tests/userprog/no-vm_TESTS)
|
||
|
tests/userprog/no-vm/multi-oom_SRC = tests/userprog/no-vm/multi-oom.c \
|
||
|
tests/lib.c
|
||
|
|
||
|
tests/userprog/no-vm/multi-oom.output: TIMEOUT = 360
|