Changeset 1cf3f8d3 for variable.c


Ignore:
Timestamp:
Jul 7, 2007, 5:42:45 PM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
535d68b
Parents:
9a6cc40
Message:
Make the built-in regression tests output TAP and add a perl wrapper
to call it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    ra695a68 r1cf3f8d3  
    977977  in_regtest = 1;
    978978
    979   printf("BEGIN testing owl_variable\n");
     979  printf("# BEGIN testing owl_variable\n");
    980980  FAIL_UNLESS("setup", 0==owl_variable_dict_setup(&vd));
    981981
     
    10491049  owl_variable_dict_free(&vd);
    10501050
    1051   if (numfailed) printf("*** WARNING: failures encountered with owl_variable\n");
    1052   printf("END testing owl_variable (%d failures)\n", numfailed);
     1051  // if (numfailed) printf("*** WARNING: failures encountered with owl_variable\n");
     1052  printf("# END testing owl_variable (%d failures)\n", numfailed);
    10531053  return(numfailed);
    10541054}
Note: See TracChangeset for help on using the changeset viewer.