Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / userprog / create-normal.c
diff --git a/grading/userprog/create-normal.c b/grading/userprog/create-normal.c
deleted file mode 100644 (file)
index e2646b2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdio.h>
-#include <syscall.h>
-
-int
-main (void) 
-{
-  printf ("(create-normal) begin\n");
-  printf ("(create-normal) create(): %d\n", create ("quux.dat", 0));
-  printf ("(create-normal) end\n");
-  return 0;
-}