X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fuserprog%2FMakefile;h=291cf75bbffb83a55a102f9689276c26c871ab23;hb=9890d47f4dba4ab2784a4ed5d424cddf697cfe18;hp=2aad5a3e5f4f0d097ff8b1115dc020da7c15f615;hpb=f4c275c3023cfe925a475b6d06c329ca7becf84b;p=pintos-anon diff --git a/src/tests/userprog/Makefile b/src/tests/userprog/Makefile index 2aad5a3..291cf75 100644 --- a/src/tests/userprog/Makefile +++ b/src/tests/userprog/Makefile @@ -14,3 +14,7 @@ recursor_SRC = recursor.c shell_SRC = shell.c include $(SRCDIR)/Makefile.userprog + +# Uncomment the line below to round up segment sizes to full pages for +# testing purposes only. +#LDFLAGS += -Wl,-T,fullpage.x