Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / userprog / Make.vars
index 03e8f0803fcd2e82322fba74118919c9174871d0..5d09807c99861bb9f145d4be61ace5a571c6aa44 100644 (file)
@@ -1,2 +1,5 @@
-DEFINES = -DUSERPROG -DFILESYS
-SUBDIRS = threads devices lib lib/kernel userprog filesys
+# -*- makefile -*-
+
+os.dsk: DEFINES = -DUSERPROG -DFILESYS
+KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys
+TEST_SUBDIRS = tests/userprog tests/userprog/no-vm tests/filesys/base