IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2004, 11:04:23 AM (22 years ago)
Author:
harman
Message:

Updated tests to reflect major changes to psVector

File:
1 edited

Legend:

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

    r595 r688  
    33##  Makefile:   test/collections
    44##
    5 ##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-06 23:23:02 $
     5##  $Revision: 1.3 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-14 21:04:23 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616PSLIB_LIB_DIR = ../../lib
    1717
    18 TARGET = tst_psArray_01  \
    19          tst_psArray_02  \
    20          tst_psArray_03  \
    21          tst_psArray_04  \
    22          tst_psArray_05  \
    23          tst_psArray_06  \
     18TARGET = tst_psVector_01 \
     19         tst_psVector_02 \
     20         tst_psVector_03 \
    2421         tst_psBitSet_01 \
    2522         tst_psBitSet_02 \
     
    3532all: $(TARGET)
    3633
    37 tst_psArray_01: tst_psArray_01.o
    38 tst_psArray_02: tst_psArray_02.o
    39 tst_psArray_03: tst_psArray_03.o
    40 tst_psArray_04: tst_psArray_04.o
    41 tst_psArray_05: tst_psArray_05.o
    42 tst_psArray_06: tst_psArray_06.o
     34tst_psVector_01: tst_psVector_01.o
     35tst_psVector_02: tst_psVector_02.o
     36tst_psVector_03: tst_psVector_03.o
    4337tst_psBitSet_01: tst_psBitSet_01.o
    4438tst_psBitSet_02: tst_psBitSet_02.o
Note: See TracChangeset for help on using the changeset viewer.