int
main (void)
{
  check_opt_help ();
  check_event_1 ();
  check_opt_bad ();

  return 0;
}
Ejemplo n.º 2
0
int
main (void)
{
  fprintf
    (stderr, "WARNING -\n");
  fprintf
    (stderr,"WARNING - this test may fail, since it currently relies on timing\n");
  fprintf
    (stderr,"WARNING - which could vary on different platforms, if you see a\n");
  fprintf
    (stderr,"WARNING - failure, rerun a few times to see if that doesn't fix it\n");
  fprintf
    (stderr,"WARNING -\n");

  check_opt_help ();
  check_event_1 ();
  check_opt_bad ();
  check_opt_c_and_q ();

  return 0;
}