Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / userprog / child-bad.c
diff --git a/grading/userprog/child-bad.c b/grading/userprog/child-bad.c
deleted file mode 100644 (file)
index 97a9a3b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdio.h>
-#include <syscall.h>
-
-int
-main (void) 
-{
-  printf ("(child-bad) begin\n"); 
-  asm volatile ("mov %esp, 0x20101234; int 0x30");
-  printf ("(child-bad) end\n"); 
-  return 0;
-}