IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2005, 12:22:52 PM (22 years ago)
Author:
gusciora
Message:

Added testpoints to the tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/tst_pmReadoutCombine.c

    r2915 r2945  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-01-05 23:25:25 $
     7 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-01-10 22:22:52 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8383    psVector *zero = psVectorAlloc(NUM_READOUTS, PS_TYPE_F32);
    8484    psVector *scale = psVectorAlloc(NUM_READOUTS, PS_TYPE_F32);
     85    printPositiveTestHeader(stdout, "pmReadoutCombine", "simpleCombineNoOverlap");
     86
    8587    for (i=0;i<NUM_READOUTS;i++) {
    8688        zero->data.F32[i] = VEC_ZERO;
     
    158160    psFree(list);
    159161
     162    printFooter(stdout, "pmReadoutCombine", "simpleCombineNoOverlap", true);
    160163    return(0);
    161164}
     
    212215        scaleBig->data.F32[i] = VEC_SCALE;
    213216    }
     217    printPositiveTestHeader(stdout, "pmReadoutCombine", "Testing bad input parameter conditions");
    214218
    215219    params->stats = psStatsAlloc(PS_STAT_SAMPLE_MEAN);
     
    443447    psFree(list);
    444448
     449    printFooter(stdout, "pmReadoutCombine", "Testing bad input parameter conditions", true);
    445450    return(!testStatus);
    446451}
Note: See TracChangeset for help on using the changeset viewer.