Print PASS messages when complete.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Jan 2005 00:36:06 +0000 (00:36 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Jan 2005 00:36:06 +0000 (00:36 +0000)
src/tests/threads/list.c
src/tests/threads/stdlib.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. */
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. */