Print PASS messages when complete.
[pintos-anon] / src / tests / threads / stdlib.c
index fc15481ed3772e31014427027e9c2365e2b7801a..df258d49c714167bd671c5ed3e094f3094fdfb57 100644 (file)
@@ -53,6 +53,7 @@ test (void)
     }
   
   printf (" done\n");
+  printf ("stdlib: PASS\n");
 }
 
 /* Shuffles the CNT elements in ARRAY into random order. */