From: Ben Pfaff Date: Sun, 9 Jan 2005 00:36:06 +0000 (+0000) Subject: Print PASS messages when complete. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=c29889dc04ea695c70c53be8184fdf8703afa00c Print PASS messages when complete. --- diff --git a/src/tests/threads/list.c b/src/tests/threads/list.c index 3704af9..8d1c57c 100644 --- a/src/tests/threads/list.c +++ b/src/tests/threads/list.c @@ -104,6 +104,7 @@ test (void) } printf (" done\n"); + printf ("list: PASS\n"); } /* Shuffles the CNT elements in ARRAY into random order. */ diff --git a/src/tests/threads/stdlib.c b/src/tests/threads/stdlib.c index fc15481..df258d4 100644 --- a/src/tests/threads/stdlib.c +++ b/src/tests/threads/stdlib.c @@ -53,6 +53,7 @@ test (void) } printf (" done\n"); + printf ("stdlib: PASS\n"); } /* Shuffles the CNT elements in ARRAY into random order. */