Graph Start
This commit is contained in:
@@ -88,6 +88,8 @@ static TestRegistry g_test_registry = {0, 0, 0.0};
|
||||
} \
|
||||
} while(0)
|
||||
|
||||
#define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition))
|
||||
|
||||
#define ASSERT_INT_EQ(expected, actual) \
|
||||
do { \
|
||||
if ((expected) != (actual)) { \
|
||||
|
||||
Reference in New Issue
Block a user