Add a little demo/test code for the `threads' project.
[pintos-anon] / src / Makefile.build
index e55ce566e8dfefc61c45824744c4102ef2f5ff75..e77230089f0eaa4a605da627b3971c8c1445c864 100644 (file)
@@ -25,6 +25,7 @@ threads_SRC += threads/paging.c               # Page tables.
 threads_SRC += threads/palloc.c                # Page allocator.
 threads_SRC += threads/malloc.c                # Subpage allocator.
 threads_SRC += threads/start.S         # Startup code.
+threads_SRC += threads/test.c          # Test code.
 
 # Device driver code.
 devices_SRC  = devices/timer.c         # Timer device.