Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / userprog / no-vm / Make.tests
diff --git a/src/tests/userprog/no-vm/Make.tests b/src/tests/userprog/no-vm/Make.tests
new file mode 100644 (file)
index 0000000..68ea197
--- /dev/null
@@ -0,0 +1,9 @@
+# -*- 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_ARGS = 0
+
+