Add ls, mkdir user test programs.
[pintos-anon] / src / tests / userprog / Makefile
index 291cf75bbffb83a55a102f9689276c26c871ab23..8f7efe53bdae6527caa476c9d5f32fc1156f0877 100644 (file)
@@ -3,7 +3,7 @@ SRCDIR = ../..
 # Test programs to compile, and a list of sources for each.
 # To add a new test, put its name on the PROGS list
 # and then add a name_SRC line that lists its source files.
-PROGS = bubsort echo halt insult lineup matmult recursor shell
+PROGS = bubsort echo halt insult lineup ls matmult mkdir recursor shell
 bubsort_SRC = bubsort.c
 echo_SRC = echo.c
 halt_SRC = halt.c
@@ -12,9 +12,7 @@ lineup_SRC = lineup.c
 matmult_SRC = matmult.c
 recursor_SRC = recursor.c
 shell_SRC = shell.c
+ls_SRC = ls.c
+mkdir_SRC = mkdir.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