Revision
122
Author
robert@fledge.watson.org
Date
2009-11-04 03:26:54 -0800 (Wed, 04 Nov 2009)

Log Message

Include config.h in regression tests and reporting tools so that we can
implement configuration-specific functions.

Modified Paths

Diff

Modified: trunk/testing/dispatch_after.c (121 => 122)


--- trunk/testing/dispatch_after.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_after.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include <stdio.h>
 #include <unistd.h>

Modified: trunk/testing/dispatch_api.c (121 => 122)


--- trunk/testing/dispatch_api.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_api.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <stdlib.h>
 
 #include <dispatch/dispatch.h>

Modified: trunk/testing/dispatch_apply.c (121 => 122)


--- trunk/testing/dispatch_apply.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_apply.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,8 +18,11 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include "src/hw_shims.h"
+
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>

Modified: trunk/testing/dispatch_c99.c (121 => 122)


--- trunk/testing/dispatch_c99.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_c99.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include <stdlib.h>
 

Modified: trunk/testing/dispatch_cascade.c (121 => 122)


--- trunk/testing/dispatch_cascade.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_cascade.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <stdio.h>
 #include <dispatch/dispatch.h>
 #include <unistd.h>

Modified: trunk/testing/dispatch_cffd.c (121 => 122)


--- trunk/testing/dispatch_cffd.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_cffd.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 
 #include <stdio.h>

Modified: trunk/testing/dispatch_debug.c (121 => 122)


--- trunk/testing/dispatch_debug.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_debug.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>

Modified: trunk/testing/dispatch_drift.c (121 => 122)


--- trunk/testing/dispatch_drift.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_drift.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include <sys/time.h>
 #include <math.h>

Modified: trunk/testing/dispatch_group.c (121 => 122)


--- trunk/testing/dispatch_group.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_group.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include <unistd.h>
 #include <stdarg.h>

Modified: trunk/testing/dispatch_pingpong.c (121 => 122)


--- trunk/testing/dispatch_pingpong.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_pingpong.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include <stdio.h>
 

Modified: trunk/testing/dispatch_priority.c (121 => 122)


--- trunk/testing/dispatch_priority.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_priority.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <stdio.h>
 #include <dispatch/dispatch.h>
 #define	__DISPATCH_INDIRECT__

Modified: trunk/testing/dispatch_proc.c (121 => 122)


--- trunk/testing/dispatch_proc.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_proc.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include <stdio.h>
 #include <unistd.h>

Modified: trunk/testing/dispatch_read.c (121 => 122)


--- trunk/testing/dispatch_read.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_read.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <sys/stat.h>
 #include <assert.h>
 #include <fcntl.h>

Modified: trunk/testing/dispatch_readsync.c (121 => 122)


--- trunk/testing/dispatch_readsync.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_readsync.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #define __DISPATCH_INDIRECT__
 #include "src/queue_private.h"

Modified: trunk/testing/dispatch_sema.c (121 => 122)


--- trunk/testing/dispatch_sema.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_sema.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include <pthread.h>
 #include <stdio.h>

Modified: trunk/testing/dispatch_starfish.c (121 => 122)


--- trunk/testing/dispatch_starfish.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_starfish.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include "src/internal.h"
 #include <stdio.h>

Modified: trunk/testing/dispatch_test.c (121 => 122)


--- trunk/testing/dispatch_test.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_test.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -1,3 +1,5 @@
+#include "config/config.h"
+
 #include <sys/types.h>
 #include <sys/wait.h>
 

Modified: trunk/testing/dispatch_timer_bit31.c (121 => 122)


--- trunk/testing/dispatch_timer_bit31.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_timer_bit31.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>

Modified: trunk/testing/dispatch_timer_bit63.c (121 => 122)


--- trunk/testing/dispatch_timer_bit63.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_timer_bit63.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>

Modified: trunk/testing/dispatch_timer_set_time.c (121 => 122)


--- trunk/testing/dispatch_timer_set_time.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/dispatch_timer_set_time.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -1,3 +1,5 @@
+#include "config/config.h"
+
 #include <sys/time.h>
 #include <assert.h>
 #include <stdio.h>

Modified: trunk/testing/fd_stress.c (121 => 122)


--- trunk/testing/fd_stress.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/fd_stress.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -24,6 +24,8 @@
  * Stress test for dispatch read and write sources.
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 
 #include <assert.h>

Modified: trunk/testing/harness.c (121 => 122)


--- trunk/testing/harness.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/harness.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 #include <assert.h>
 #include <spawn.h>

Modified: trunk/testing/queue_finalizer.c (121 => 122)


--- trunk/testing/queue_finalizer.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/queue_finalizer.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <dispatch/dispatch.h>
 
 #include <unistd.h>

Modified: trunk/testing/summarize.c (121 => 122)


--- trunk/testing/summarize.c	2009-11-04 10:45:49 UTC (rev 121)
+++ trunk/testing/summarize.c	2009-11-04 11:26:54 UTC (rev 122)
@@ -18,6 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
+#include "config/config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>