4684ddb6aa
- import libcxx - reduce targets to the one when compiled as a tools Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
4 lines
136 B
C
4 lines
136 B
C
|
|
void log_test(bool predicate, const char *file, int line, const char *message);
|
|
|
|
#define TEST(p, m) log_test(p, __FILE__, __LINE__, m)
|