Changeset 4549 for trunk/psLib/test
- Timestamp:
- Jul 13, 2005, 12:49:31 AM (21 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 added
- 2 edited
-
sys/Makefile.am (modified) (2 diffs)
-
types/Makefile.am (modified) (1 diff)
-
xml (added)
-
xml/Makefile.am (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/Makefile.am
r4547 r4549 1 #Makefile for mathtypes tests1 #Makefile for sys tests 2 2 # 3 3 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS) … … 12 12 tst_psTrace 13 13 14 tst_ps Image_SOURCES = tst_psImage.c15 tst_ps Scalar_SOURCES = tst_psScalar.c16 tst_ps Vector_SOURCES = tst_psVector.c17 tst_ps VectorSort_01_SOURCES = tst_psVectorSort_01.c18 tst_ps VectorSort_02_SOURCES = tst_psVectorSort_02.c19 tst_ps VectorSort_03_SOURCES = tst_psVectorSort_03.c20 tst_ps VectorSort_04_SOURCES = tst_psVectorSort_04.c14 tst_psAbort_SOURCES = tst_psAbort.c 15 tst_psConfigure_SOURCES = tst_psConfigure.c 16 tst_psError_SOURCES = tst_psError.c 17 tst_psLogMsg_SOURCES = tst_psLogMsg.c 18 tst_psMemory_SOURCES = tst_psMemory.c 19 tst_psString_SOURCES = tst_psString.c 20 tst_psTrace_SOURCES = tst_psTrace.c 21 21 22 22 check_DATA = -
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.
