FACT++  1.0
static void viv ( int  ival,
int  ivalok,
const char *  func,
const char *  test,
int *  status 
)
static

Definition at line 24 of file t_erfa_c.c.

References verbose.

Referenced by t_a2af(), t_a2tf(), t_af2a(), t_apco13(), t_apio13(), t_atco13(), t_atio13(), t_atoc13(), t_atoi13(), t_cal2jd(), t_d2dtf(), t_d2tf(), t_dat(), t_dtf2d(), t_eform(), t_epv00(), t_gc2gd(), t_gc2gde(), t_gd2gc(), t_gd2gce(), t_jd2cal(), t_jdcalf(), t_plan94(), t_pmsafe(), t_pvstar(), t_starpm(), t_starpv(), t_taitt(), t_taiut1(), t_taiutc(), t_tcbtdb(), t_tcgtt(), t_tdbtcb(), t_tdbtt(), t_tf2a(), t_tf2d(), t_tttai(), t_tttcg(), t_tttdb(), t_ttut1(), t_ut1tai(), t_ut1tt(), t_ut1utc(), t_utctai(), and t_utcut1().

46 {
47  if (ival != ivalok) {
48  *status = 1;
49  printf("%s failed: %s want %d got %d\n",
50  func, test, ivalok, ival);
51  } else if (verbose) {
52  printf("%s passed: %s want %d got %d\n",
53  func, test, ivalok, ival);
54  }
55 
56 }
static int verbose
Definition: t_erfa_c.c:4

+ Here is the caller graph for this function: