/* These test cases are designed for the caller's usage (which is lib-sxe-httpd).
 * Please refer to sxe_httpd_event_read() for how the "ignore" feature is being used.
 */
int
main(void)
{
    plan_tests(96);

    test_long_name();
    test_long_value();
    test_long_value_with_line_continuations();
    test_five_headers();
    test_long_check_two_more_bytes();

    return exit_status();
}
Beispiel #2
0
int
main (int argc, char **argv)
{
  return test_abort_bug () * 10 + test_long_name ();
}