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