From f543e655648f6ab133ed4874a8cfdd6b8e142608 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 10 May 2006 17:29:28 +0200 Subject: [PATCH] Several "unittest" files : Ensure that the configure result is used when compiling them. unittest/examples/no_plan.t.c: Ensure that the "configure" result is used when compiling this module. unittest/examples/skip_all.t.c: Ensure that the configure result is used when compiling this module. unittest/examples/todo.t.c: Ensure that the configure result is used when compiling this module. unittest/mytap/t/basic.t.c: Ensure that the configure result is used when compiling this module. --- unittest/examples/no_plan.t.c | 2 ++ unittest/examples/skip_all.t.c | 2 ++ unittest/examples/todo.t.c | 2 ++ unittest/mytap/t/basic.t.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/unittest/examples/no_plan.t.c b/unittest/examples/no_plan.t.c index 67029c7962f..98e4d06def6 100644 --- a/unittest/examples/no_plan.t.c +++ b/unittest/examples/no_plan.t.c @@ -1,4 +1,6 @@ +#include "my_config.h" + #include #include diff --git a/unittest/examples/skip_all.t.c b/unittest/examples/skip_all.t.c index bbde6b63f1c..19b8c1fddaf 100644 --- a/unittest/examples/skip_all.t.c +++ b/unittest/examples/skip_all.t.c @@ -1,4 +1,6 @@ +#include "my_config.h" + #include #include diff --git a/unittest/examples/todo.t.c b/unittest/examples/todo.t.c index 13a0c950b54..82601bee41c 100644 --- a/unittest/examples/todo.t.c +++ b/unittest/examples/todo.t.c @@ -1,4 +1,6 @@ +#include "my_config.h" + #include #include diff --git a/unittest/mytap/t/basic.t.c b/unittest/mytap/t/basic.t.c index eb820d6c651..95a77755347 100644 --- a/unittest/mytap/t/basic.t.c +++ b/unittest/mytap/t/basic.t.c @@ -1,4 +1,6 @@ +#include "my_config.h" + #include #include