mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 23:20:29 -04:00
5 lines
136 B
C
5 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)
|