repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
libc++
/
dist
/
libcxxrt
/
test
/
test.h
blob
6972b621c220b204d203349eb57294b07b6cea35
1
2
void
log_test
(
bool
predicate
,
const char
*
file
,
int
line
,
const char
*
message
);
3
4
#define TEST(p, m) log_test(p, __FILE__, __LINE__, m)