Home
last modified time | relevance | path

Searched refs:check_true (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/testsuite/backend/genesys/
H A Dminigtest.h52 inline void check_true(bool x, const char* function, const char* path, unsigned line) in check_true() function
92 #define ASSERT_TRUE(x) do { check_true(bool(x), __func__, __FILE__, __LINE__); } \
94 #define ASSERT_FALSE(x) do { check_true(!bool(x), __func__, __FILE__, __LINE__); } \

Completed in 1 milliseconds