cond: When skipping the test, show the reason.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Jan 2010 22:12:00 +0000 (23:12 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 12 Jan 2010 22:12:00 +0000 (23:12 +0100)
ChangeLog
tests/test-cond.c

index 467c318..d7b9374 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-12  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-cond.c (main): When skipping the test, show the reason.
+
 2010-01-12  Simon Josefsson  <simon@josefsson.org>
 
        * lib/striconv.c (str_cd_iconv): Avoid if before free.
index d7e50f4..f9ca22a 100644 (file)
@@ -201,6 +201,7 @@ main ()
 int
 main ()
 {
+  fputs ("Skipping test: multithreading not enabled\n", stderr);
   return 77;
 }