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 467c3181494ae6366b63f8213cef47950e09e240..d7b9374dbaf2a690166451400be850a7587c4402 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 d7e50f45a8e915b930a4503b4a82d9dd611f301c..f9ca22a6201bded07f3b74c27e0ab65847ef35aa 100644 (file)
@@ -201,6 +201,7 @@ main ()
 int
 main ()
 {
+  fputs ("Skipping test: multithreading not enabled\n", stderr);
   return 77;
 }