IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2005, 12:49:31 AM (21 years ago)
Author:
desonia
Message:

code reorganization.

File:
1 edited

Legend:

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

    r4547 r4549  
    44
    55TESTS = \
    6         tst_psImage \
    7         tst_psScalar \
    8         tst_psVector \
    9         tst_psVectorSort_01 \
    10         tst_psVectorSort_02 \
    11         tst_psVectorSort_03 \
    12         tst_psVectorSort_04
     6        tst_psArray \
     7        tst_psBitSet \
     8        tst_psHash00          \
     9        tst_psHash01          \
     10        tst_psHash02          \
     11        tst_psHash03          \
     12        tst_psHash04          \
     13        tst_psHash05          \
     14        tst_psList            \
     15        tst_psLookupTable_01  \
     16        tst_psMetadata_01 \
     17        tst_psMetadata_02 \
     18        tst_psMetadata_03 \
     19        tst_psMetadata_04 \
     20        tst_psMetadata_05 \
     21        tst_psMetadata_06 \
     22        tst_psMetadata_07 \
     23        tst_psMetadataIO  \
     24        tst_psPixels
    1325
    14 tst_psImage_SOURCES =  tst_psImage.c
    15 tst_psScalar_SOURCES =  tst_psScalar.c
    16 tst_psVector_SOURCES =  tst_psVector.c
    17 tst_psVectorSort_01_SOURCES =  tst_psVectorSort_01.c
    18 tst_psVectorSort_02_SOURCES =  tst_psVectorSort_02.c
    19 tst_psVectorSort_03_SOURCES =  tst_psVectorSort_03.c
    20 tst_psVectorSort_04_SOURCES =  tst_psVectorSort_04.c
     26
     27tst_psArray_SOURCES = tst_psArray.c
     28tst_psBitSet_SOURCES = tst_psBitSet.c
     29tst_psHash00_SOURCES = tst_psHash00.c
     30tst_psHash01_SOURCES = tst_psHash01.c
     31tst_psHash02_SOURCES = tst_psHash02.c
     32tst_psHash03_SOURCES = tst_psHash03.c
     33tst_psHash04_SOURCES = tst_psHash04.c
     34tst_psHash05_SOURCES = tst_psHash05.c
     35tst_psList_SOURCES = tst_psList.c
     36tst_psLookupTable_01_SOURCES = tst_psLookupTable_01.c
     37tst_psMetadata_01_SOURCES = tst_psMetadata_01.c
     38tst_psMetadata_02_SOURCES = tst_psMetadata_02.c
     39tst_psMetadata_03_SOURCES = tst_psMetadata_03.c
     40tst_psMetadata_04_SOURCES = tst_psMetadata_04.c
     41tst_psMetadata_05_SOURCES = tst_psMetadata_05.c
     42tst_psMetadata_06_SOURCES = tst_psMetadata_06.c
     43tst_psMetadata_07_SOURCES = tst_psMetadata_07.c
     44tst_psMetadataIO_SOURCES = tst_psMetadataIO.c
     45tst_psPixels_SOURCES = tst_psPixels.c
    2146
    2247check_DATA =
Note: See TracChangeset for help on using the changeset viewer.