Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / userprog / Makefile
diff --git a/src/tests/userprog/Makefile b/src/tests/userprog/Makefile
deleted file mode 100644 (file)
index 8f7efe5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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 ls matmult mkdir recursor shell
-bubsort_SRC = bubsort.c
-echo_SRC = echo.c
-halt_SRC = halt.c
-insult_SRC = insult.c
-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