Skip to content

Commit e11c7eb

Browse files
author
joerg@mysql.com
committed
Several "unittest" files : Ensure that the configure result is used when compiling them.
1 parent 792f738 commit e11c7eb

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

unittest/examples/no_plan.t.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
#include "my_config.h"
3+
24
#include <stdlib.h>
35
#include <tap.h>
46

unittest/examples/skip_all.t.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
#include "my_config.h"
3+
24
#include <stdlib.h>
35
#include <tap.h>
46

unittest/examples/todo.t.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
#include "my_config.h"
3+
24
#include <stdlib.h>
35
#include <tap.h>
46

unittest/mytap/t/basic.t.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
#include "my_config.h"
3+
24
#include <stdlib.h>
35
#include <tap.h>
46

0 commit comments

Comments
 (0)