From 7f8b2231df2666213050096448442f887cd57d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 14 Mar 2021 14:38:12 +0100 Subject: update makefiles for lab 6 --- src/userprog/Make.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userprog/Make.vars') diff --git a/src/userprog/Make.vars b/src/userprog/Make.vars index eebac65..22aec79 100644 --- a/src/userprog/Make.vars +++ b/src/userprog/Make.vars @@ -2,6 +2,6 @@ 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 +TEST_SUBDIRS = tests/userprog tests/filesys/base GRADING_FILE = $(SRCDIR)/tests/userprog/Grading SIMULATOR = --qemu -- cgit v1.2.1