Ejemplo n.º 1
0
int main(int argc, char ** argv) {
  test_work_area_type * work_area = test_work_area_alloc( "bsub_parse_stdout");
  {
    test_empty_file();
    test_file_does_not_exist( );
    test_OK();
    test_parse_fail_abort();
  }
  test_work_area_free( work_area );
}
Ejemplo n.º 2
0
 void run()
 {
     test_OK ();
     test_error ();
 }