diff options
author | unknown <joerg@mysql.com> | 2006-05-10 17:29:28 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-05-10 17:29:28 +0200 |
commit | f543e655648f6ab133ed4874a8cfdd6b8e142608 (patch) | |
tree | ce6c2672817940b20c7ecab857eed33272d3c6ac /unittest | |
parent | 94c6f6dc4888166b3677f38b534502156ef50d49 (diff) | |
download | mariadb-git-f543e655648f6ab133ed4874a8cfdd6b8e142608.tar.gz |
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.
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/examples/no_plan.t.c | 2 | ||||
-rw-r--r-- | unittest/examples/skip_all.t.c | 2 | ||||
-rw-r--r-- | unittest/examples/todo.t.c | 2 | ||||
-rw-r--r-- | unittest/mytap/t/basic.t.c | 2 |
4 files changed, 8 insertions, 0 deletions
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 <stdlib.h> #include <tap.h> 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 <stdlib.h> #include <tap.h> 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 <stdlib.h> #include <tap.h> 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 <stdlib.h> #include <tap.h> |