summaryrefslogtreecommitdiff
path: root/unittest/mytap/t
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2006-05-10 17:29:28 +0200
committerunknown <joerg@mysql.com>2006-05-10 17:29:28 +0200
commitf543e655648f6ab133ed4874a8cfdd6b8e142608 (patch)
treece6c2672817940b20c7ecab857eed33272d3c6ac /unittest/mytap/t
parent94c6f6dc4888166b3677f38b534502156ef50d49 (diff)
downloadmariadb-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/mytap/t')
-rw-r--r--unittest/mytap/t/basic.t.c2
1 files changed, 2 insertions, 0 deletions
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>