From c29889dc04ea695c70c53be8184fdf8703afa00c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 9 Jan 2005 00:36:06 +0000 Subject: [PATCH] Print PASS messages when complete. --- src/tests/threads/list.c | 1 + src/tests/threads/stdlib.c | 1 + 2 files changed, 2 insertions(+) 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. */ -- 2.30.2