Graph Start

This commit is contained in:
2026-09-05 13:36:43 +08:00
parent 4e5ae52e54
commit 1564716731
9 changed files with 844 additions and 0 deletions
+2
View File
@@ -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)) { \