IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2004, 12:57:09 PM (22 years ago)
Author:
evanalst
Message:

Added test driver and verified files for string utility functions.

File:
1 edited

Legend:

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

    r520 r532  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.1 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-04-27 01:44:41 $
     5##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-04-27 22:57:09 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919         atst_psAbort_01    \
    2020         atst_psAbort_02    \
    21          atst_psAbort_03
     21         atst_psAbort_03    \
     22         tst_psStringCopy
    2223
    2324all: $(TARGET)
     
    2728atst_psAbort_02: atst_psAbort_02.o
    2829atst_psAbort_03: atst_psAbort_03.o
     30tst_psStringCopy: tst_psStringCopy.o
    2931
    3032clean:
Note: See TracChangeset for help on using the changeset viewer.