Lines Matching defs:tests
26 struct tests {
183 struct tests tests[] = {
535 for (n = 0; n < (int)LWS_ARRAY_SIZE(tests); n++) {
537 struct expected *exp = tests[n].exp;
540 ts.start = tests[n].string;
542 ts.flags = (uint16_t)tests[n].flags;
553 if (m == (int)tests[n].count) {
595 p, (int)LWS_ARRAY_SIZE(tests) + 1,
596 (int)LWS_ARRAY_SIZE(tests) + 1);
631 printf("\texpected%d[] = {\n", (int)LWS_ARRAY_SIZE(tests) + 1);