pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
+
Functions
_
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
x
+
Variables
_
a
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
+
Typedefs
c
g
l
m
n
p
r
s
t
x
+
Enumerations
c
e
i
l
m
o
p
r
s
x
+
Enumerator
a
c
e
i
l
m
n
o
p
r
s
t
v
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
x
y
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
lib
common
tests
strings
pcmk__btoa_test.c
Go to the documentation of this file.
1
/*
2
* Copyright 2020-2021 the Pacemaker project contributors
3
*
4
* The version control history for this file may have further details.
5
*
6
* This source code is licensed under the GNU General Public License version 2
7
* or later (GPLv2+) WITHOUT ANY WARRANTY.
8
*/
9
10
#include <
crm_internal.h
>
11
12
#include <
crm/common/unittest_internal.h
>
13
14
static
void
15
btoa(
void
**state) {
16
assert_string_equal(pcmk__btoa(
false
),
"false"
);
17
assert_string_equal(pcmk__btoa(
true
),
"true"
);
18
assert_string_equal(pcmk__btoa(1 == 0),
"false"
);
19
}
20
21
PCMK__UNIT_TEST
(NULL, NULL,
22
cmocka_unit_test(btoa))
PCMK__UNIT_TEST
#define PCMK__UNIT_TEST(group_setup, group_teardown,...)
Definition:
unittest_internal.h:203
crm_internal.h
unittest_internal.h
Generated on Wed Jan 8 2025 16:55:39 for pacemaker by
1.8.14