diff tests/test-tls.c @ 10353:a34661f8b5c8

test-lock, test-tls: mention why a test is skipped * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is skipped. * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Tue, 19 Aug 2008 06:42:05 -0600 (2008-08-19)
parents 8a3539888308
children 709b75aa9001
line wrap: on
line diff
--- a/tests/test-tls.c
+++ b/tests/test-tls.c
@@ -314,9 +314,12 @@
 
 /* No multithreading available.  */
 
+#include <stdio.h>
+
 int
 main ()
 {
+  fputs ("multithreading not enabled\n", stderr);
   return 77;
 }