Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / userprog / ls.c
diff --git a/src/tests/userprog/ls.c b/src/tests/userprog/ls.c
deleted file mode 100644 (file)
index d64d01e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* ls.c
-  
-   Lists the current directory. */
-
-#include <syscall.h>
-
-int
-main (void) 
-{
-  lsdir ();
-  return 0;
-}