Sign in
android
/
platform
/
external
/
libcxxrt
/
717ac92a619a888c11c1fea82d1b5acc7548089a
/
.
/
test
/
test.h
blob: 6972b621c220b204d203349eb57294b07b6cea35 [
file
] [
log
] [
blame
]
void
log_test
(
bool
predicate
,
const
char
*
file
,
int
line
,
const
char
*
message
);
#define
TEST
(
p
,
m
)
log_test
(
p
,
__FILE__
,
__LINE__
,
m
)