allwinner_a64/android/external/libnl/tests/util.h
2018-08-08 16:14:42 +08:00

5 lines
155 B
C

#include <check.h>
#define nl_fail_if(condition, error, message) \
fail_if((condition), "nlerr=%d (%s): %s", \
(error), nl_geterror(error), (message))