X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.build;h=e77230089f0eaa4a605da627b3971c8c1445c864;hb=eb718e3b5a5470b11e58dcc652f79e115272257a;hp=e55ce566e8dfefc61c45824744c4102ef2f5ff75;hpb=b2a1e970fa78d8b4c31239ff2ac9ef2b4bab09a7;p=pintos-anon diff --git a/src/Makefile.build b/src/Makefile.build index e55ce56..e772300 100644 --- a/src/Makefile.build +++ b/src/Makefile.build @@ -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.