From 663a1af0674c37774d310541e9b30c60316f2055 Mon Sep 17 00:00:00 2001
From: rpj <rpj>
Date: Tue, 3 Jul 2001 02:00:09 +0000
Subject: Cosmetic changes.

---
 tests/Makefile     | 3 ++-
 tests/benchtest4.c | 2 +-
 tests/exception3.c | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

(limited to 'tests')

diff --git a/tests/Makefile b/tests/Makefile
index 7fd32af..6ac342d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -60,7 +60,7 @@ PASSES= loadfree.pass \
 	  exception1.pass  exception2.pass  exception3.pass
 
 BENCHRESULTS = \
-	  benchtest1.pass benchtest2.pass
+	  benchtest1.bench benchtest2.bench benchtest3.bench benchtest4.bench
 
 all:
 	@ $(ECHO) Run one of the following command lines:
@@ -144,6 +144,7 @@ clean:
 benchtest1.bench:
 benchtest2.bench:
 benchtest3.bench:
+benchtest4.bench:
 cancel1.pass: create1.pass
 cancel2.pass: cancel1.pass
 cancel3.pass: context1.pass
diff --git a/tests/benchtest4.c b/tests/benchtest4.c
index c343db7..8d174a2 100644
--- a/tests/benchtest4.c
+++ b/tests/benchtest4.c
@@ -77,7 +77,7 @@ main (int argc, char *argv[])
   pthread_mutexattr_init(&ma);
 
   printf( "========================================================================\n");
-  printf( "Non-blocking mutex trylock plus unlock.\n");
+  printf( "Trylock plus unlock on an unlocked mutex.\n");
   printf( "%ld iterations.\n\n", ITERATIONS);
   printf( "%-40s %15s %15s\n",
 	    "Test",
diff --git a/tests/exception3.c b/tests/exception3.c
index 216dc27..a343b45 100644
--- a/tests/exception3.c
+++ b/tests/exception3.c
@@ -1,7 +1,7 @@
 /*
  * File: exception3.c
  *
- * Test Synopsis: Test running of user supplied teerminate() function.
+ * Test Synopsis: Test running of user supplied terminate() function.
  *
  * Test Method (Validation or Falsification):
  * - 
-- 
cgit v1.2.3