IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3994


Ignore:
Timestamp:
May 19, 2005, 2:44:55 PM (21 years ago)
Author:
asc
Message:

tweaks

Location:
trunk/psLib/test/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/Makefile.am

    r3684 r3994  
    2020        tst_psError      \
    2121        tst_psLogMsg     \
    22         tst_psStringCopy \
     22        tst_psString    \
    2323        tst_psTrace      \
    2424        tst_psConfigure
     
    3838tst_psError_SOURCES =  tst_psError.c
    3939tst_psLogMsg_SOURCES =  tst_psLogMsg.c
    40 tst_psStringCopy_SOURCES =  tst_psStringCopy.c
     40tst_psString_SOURCES =  tst_psString.c
    4141tst_psTrace_SOURCES =  tst_psTrace.c
    4242tst_psConfigure_SOURCES =  tst_psConfigure.c
  • trunk/psLib/test/sysUtils/tst_psString.c

    r3682 r3994  
    11/** @file  tst_psString.c
    22 *
    3  *  @brief Test driver for psStringCopy functions
     3 *  @brief Test driver for psString functions
    44 *
    55 *  This test driver contains the following test points for psStringCopy
    6  *  and psStringNCopy functions.
     6 *  and psStringNCopy, and related string functions.
    77 *    1) Verify string copy - psStringCopy
    88 *    2) Verify empty string copy - psStringCopy
     
    1717 *  @author  Eric Van Alst, MHPCC
    1818 *
    19  *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2005-04-07 20:27:42 $
     19 *  @version $Revision: 1.14 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2005-05-20 00:44:55 $
    2121 *
    2222 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.