Lines Matching refs:suite
1475 CU_pSuite suite[2];
1477 suite[0] = CU_add_suite("pdu parser", t_pdu_tests_create, t_pdu_tests_remove);
1478 if (!suite[0]) { /* signal error */
1479 fprintf(stderr, "W: cannot add pdu parser test suite (%s)\n",
1491 PDU_TEST(suite[0], t_parse_pdu1);
1492 PDU_TEST(suite[0], t_parse_pdu2);
1493 PDU_TEST(suite[0], t_parse_pdu3);
1494 PDU_TEST(suite[0], t_parse_pdu4);
1495 PDU_TEST(suite[0], t_parse_pdu5);
1496 PDU_TEST(suite[0], t_parse_pdu6);
1497 PDU_TEST(suite[0], t_parse_pdu7);
1498 PDU_TEST(suite[0], t_parse_pdu8);
1499 PDU_TEST(suite[0], t_parse_pdu9);
1500 PDU_TEST(suite[0], t_parse_pdu10);
1501 PDU_TEST(suite[0], t_parse_pdu11);
1502 PDU_TEST(suite[0], t_parse_pdu12);
1503 PDU_TEST(suite[0], t_parse_pdu13);
1504 PDU_TEST(suite[0], t_parse_pdu14);
1505 PDU_TEST(suite[0], t_parse_pdu15);
1506 PDU_TEST(suite[0], t_parse_pdu16);
1507 PDU_TEST(suite[0], t_parse_pdu17);
1509 suite[1] = CU_add_suite("pdu encoder", t_pdu_tests_create, t_pdu_tests_remove);
1510 if (suite[1]) {
1516 PDU_ENCODER_TEST(suite[1], t_encode_pdu1);
1517 PDU_ENCODER_TEST(suite[1], t_encode_pdu2);
1518 PDU_ENCODER_TEST(suite[1], t_encode_pdu3);
1519 PDU_ENCODER_TEST(suite[1], t_encode_pdu4);
1520 PDU_ENCODER_TEST(suite[1], t_encode_pdu5);
1521 PDU_ENCODER_TEST(suite[1], t_encode_pdu6);
1522 PDU_ENCODER_TEST(suite[1], t_encode_pdu7);
1523 PDU_ENCODER_TEST(suite[1], t_encode_pdu8);
1524 PDU_ENCODER_TEST(suite[1], t_encode_pdu9);
1525 PDU_ENCODER_TEST(suite[1], t_encode_pdu10);
1526 PDU_ENCODER_TEST(suite[1], t_encode_pdu11);
1527 PDU_ENCODER_TEST(suite[1], t_encode_pdu12);
1528 PDU_ENCODER_TEST(suite[1], t_encode_pdu13);
1529 PDU_ENCODER_TEST(suite[1], t_encode_pdu14);
1530 PDU_ENCODER_TEST(suite[1], t_encode_pdu15);
1531 PDU_ENCODER_TEST(suite[1], t_encode_pdu16);
1532 PDU_ENCODER_TEST(suite[1], t_encode_pdu17);
1533 PDU_ENCODER_TEST(suite[1], t_encode_pdu18);
1534 PDU_ENCODER_TEST(suite[1], t_encode_pdu19);
1535 PDU_ENCODER_TEST(suite[1], t_encode_pdu20);
1536 PDU_ENCODER_TEST(suite[1], t_encode_pdu21);
1537 PDU_ENCODER_TEST(suite[1], t_encode_pdu22);
1538 PDU_ENCODER_TEST(suite[1], t_encode_pdu23);
1539 PDU_ENCODER_TEST(suite[1], t_encode_pdu24);
1542 fprintf(stderr, "W: cannot add pdu parser test suite (%s)\n",
1545 return suite[0];