diff options
Diffstat (limited to 'tests/userprog/no-vm/Make.tests')
| -rw-r--r-- | tests/userprog/no-vm/Make.tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/userprog/no-vm/Make.tests b/tests/userprog/no-vm/Make.tests new file mode 100644 index 0000000..a545e18 --- /dev/null +++ b/tests/userprog/no-vm/Make.tests | |||
| @@ -0,0 +1,8 @@ | |||
| 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 | ||
