Changeset 4549 for trunk/psLib/test/types
- Timestamp:
- Jul 13, 2005, 12:49:31 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/Makefile.am
r4547 r4549 4 4 5 5 TESTS = \ 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 13 25 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 27 tst_psArray_SOURCES = tst_psArray.c 28 tst_psBitSet_SOURCES = tst_psBitSet.c 29 tst_psHash00_SOURCES = tst_psHash00.c 30 tst_psHash01_SOURCES = tst_psHash01.c 31 tst_psHash02_SOURCES = tst_psHash02.c 32 tst_psHash03_SOURCES = tst_psHash03.c 33 tst_psHash04_SOURCES = tst_psHash04.c 34 tst_psHash05_SOURCES = tst_psHash05.c 35 tst_psList_SOURCES = tst_psList.c 36 tst_psLookupTable_01_SOURCES = tst_psLookupTable_01.c 37 tst_psMetadata_01_SOURCES = tst_psMetadata_01.c 38 tst_psMetadata_02_SOURCES = tst_psMetadata_02.c 39 tst_psMetadata_03_SOURCES = tst_psMetadata_03.c 40 tst_psMetadata_04_SOURCES = tst_psMetadata_04.c 41 tst_psMetadata_05_SOURCES = tst_psMetadata_05.c 42 tst_psMetadata_06_SOURCES = tst_psMetadata_06.c 43 tst_psMetadata_07_SOURCES = tst_psMetadata_07.c 44 tst_psMetadataIO_SOURCES = tst_psMetadataIO.c 45 tst_psPixels_SOURCES = tst_psPixels.c 21 46 22 47 check_DATA =
Note:
See TracChangeset
for help on using the changeset viewer.
