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