Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / threads / Make.vars
index 55ef2b2f6d366d4d7dab80cf1792bac9e912b547..24e776271bb63dcc6f8afcae0e90baf49a8014a6 100644 (file)
@@ -1,2 +1,5 @@
-DEFINES = 
-SUBDIRS = threads devices lib lib/kernel
+# -*- makefile -*-
+
+os.dsk: DEFINES =
+KERNEL_SUBDIRS = threads devices lib lib/kernel $(TEST_SUBDIRS)
+TEST_SUBDIRS = tests/threads