1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

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.
This commit is contained in:
unknown
2006-05-10 17:29:28 +02:00
parent 94c6f6dc48
commit f543e65564
4 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#include "my_config.h"
#include <stdlib.h>
#include <tap.h>

View File

@ -1,4 +1,6 @@
#include "my_config.h"
#include <stdlib.h>
#include <tap.h>

View File

@ -1,4 +1,6 @@
#include "my_config.h"
#include <stdlib.h>
#include <tap.h>