X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2FMakefile;h=291cf75bbffb83a55a102f9689276c26c871ab23;hb=9d946c0ccc9ff18bfe02e66ee6abf854f743a58e;hp=2aad5a3e5f4f0d097ff8b1115dc020da7c15f615;hpb=9224e73d24e9be47e5d8e9983e151f0c0aa2e863;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