8 lines
277 B
Makefile
Executable file
8 lines
277 B
Makefile
Executable file
# -*- 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
|