21 printf(" [FAIL] %s:%d: %s\n", __FILE__, __LINE__, #cond); \
27#define EXPECT_STR8_EQ(a, b) EXPECT(str8_match((a), (b)))
30#define TEST_CASE(name) static void test_##name(void)
33#define RUN_TEST(name) \
35 printf("Running " #name "...\n"); \
static int tests_run
Global counter tracking the total number of tests executed.
static int tests_failed
Global counter tracking the total number of tests that failed.