IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2005, 12:49:39 PM (21 years ago)
Author:
desonia
Message:

general autoconf cleanup.

Location:
trunk/psLib
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
         1DoxygenLog
        12bin
        23lib
  • trunk/psLib/test/collections/Makefile.am

    r3115 r3127  
    1 #Makefile for astronomy functions of psLib
     1#Makefile for collections functions of psLib
    22#
     3EXTRA_DIST = verified
     4
    35INCLUDES = \
    46        -I$(top_srcdir)/src \
     
    1113        $(all_includes)
    1214
    13 AM_LDFLAGS = -L$(top_srcdir)/src `sh $(top_srcdir)/pslib-config --libs`
     15AM_LDFLAGS = -L$(top_builddir)/src $(PSLIB_LIBS)
    1416
    1517check_PROGRAMS = \
     
    3234         tst_psScalar
    3335 
    34 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest
     36TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    3537TESTS = \
    3638         tst_psVector          \
  • trunk/psLib/test/collections/verified/tst_psArray.stderr

    r2855 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message.
    3 <DATE><TIME>|<HOST>|E|psArrayRealloc (psArray.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psArrayRealloc (FILE:LINENO)
    44    psArrayRealloc must be given a non-NULL psArray to resize.
    5 <DATE><TIME>|<HOST>|E|psArrayRemove (psArray.c:<LINENO>)
     5<DATE><TIME>|<HOST>|E|psArrayRemove (FILE:LINENO)
    66    Specified psArray can not be NULL.
  • trunk/psLib/test/collections/verified/tst_psBitSet.stderr

    r2281 r3127  
    99<DATE><TIME>|<HOST>|I|testBitSet01a
    1010    Following is an error.
    11 <DATE><TIME>|<HOST>|E|psBitSetAlloc (psBitSet.c:<LINENO>)
     11<DATE><TIME>|<HOST>|E|psBitSetAlloc (FILE:LINENO)
    1212    The number of bit in a psBitSet (-4) must be greater than zero.
    1313
     
    3232<DATE><TIME>|<HOST>|I|testBitSet01b
    3333    Following should be an error
    34 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
     34<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
    3535    The specified bit position (-4) is invalid.  Position must be between 0 and 23.
    3636<DATE><TIME>|<HOST>|I|testBitSet01b
    3737    Following should be an error
    38 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
     38<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
    3939    The specified bit position (200) is invalid.  Position must be between 0 and 23.
    4040<DATE><TIME>|<HOST>|I|testBitSet01b
    4141    Following should be an error
    42 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
     42<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
    4343    Can not operate on a NULL psBitSet.
    4444
     
    5656<DATE><TIME>|<HOST>|I|testBitSet01c
    5757    Following should be an error
    58 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
     58<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
    5959    The specified bit position (-4) is invalid.  Position must be between 0 and 23.
    6060<DATE><TIME>|<HOST>|I|testBitSet01c
    6161    Following should be an error
    62 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
     62<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
    6363    The specified bit position (200) is invalid.  Position must be between 0 and 23.
    6464<DATE><TIME>|<HOST>|I|testBitSet01c
    6565    Following should be an error
    66 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
     66<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
    6767    Can not operate on a NULL psBitSet.
    6868
     
    7777<DATE><TIME>|<HOST>|I|testBitSet06
    7878    Following should be an error
    79 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
     79<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
    8080    The psBitSet operand must be the same size.
    8181<DATE><TIME>|<HOST>|I|testBitSet06
    8282    Following is an error.
    83 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
     83<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
    8484    Specified operator, FOO, is invalid.  Valid operators are AND, OR, and XOR.
    8585<DATE><TIME>|<HOST>|I|testBitSet06
    8686    Following is an error.
    87 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
     87<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
    8888    Specified operator, FOO, is invalid.  Valid operators are AND, OR, and XOR.
    8989
  • trunk/psLib/test/collections/verified/tst_psHash01.stderr

    r2620 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message: psHashAdd with null table
    3 <DATE><TIME>|<HOST>|E|psHashAdd (psHash.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
    44    Input psHash can not be NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message: psHashAdd with null key
    7 <DATE><TIME>|<HOST>|E|psHashAdd (psHash.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
    88    Input key can not be NULL.
    99<DATE><TIME>|<HOST>|I|main
    1010    Following should generate an error message: psHashAdd with null data
    11 <DATE><TIME>|<HOST>|E|psHashAdd (psHash.c:<LINENO>)
     11<DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
    1212    Input data can not be NULL.
  • trunk/psLib/test/collections/verified/tst_psHash02.stderr

    r2622 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message: psHashLookup with null table
    3 <DATE><TIME>|<HOST>|E|psHashLookup (psHash.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO)
    44    Input psHash can not be NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message: psHashLookup with null key
    7 <DATE><TIME>|<HOST>|E|psHashLookup (psHash.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO)
    88    Input key can not be NULL.
  • trunk/psLib/test/collections/verified/tst_psHash03.stderr

    r2624 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message: psHashRemove with null table
    3 <DATE><TIME>|<HOST>|E|psHashRemove (psHash.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO)
    44    Input psHash can not be NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message: psHashRemove with null key
    7 <DATE><TIME>|<HOST>|E|psHashRemove (psHash.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO)
    88    Input key can not be NULL.
  • trunk/psLib/test/collections/verified/tst_psHash05.stderr

    r2969 r3127  
    77<DATE><TIME>|<HOST>|I|hashToArray
    88    Following should be an error.
    9 <DATE><TIME>|<HOST>|E|psHashToArray (psHash.c:<LINENO>)
     9<DATE><TIME>|<HOST>|E|psHashToArray (FILE:LINENO)
    1010    Input psHash can not be NULL.
    1111
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r3112 r3127  
    2020<DATE><TIME>|<HOST>|I|testListAdd
    2121    Following should generate an error for using NULL list.
    22 <DATE><TIME>|<HOST>|E|psListAdd (psList.c:<LINENO>)
     22<DATE><TIME>|<HOST>|E|psListAdd (FILE:LINENO)
    2323    Specified psList reference is NULL.
    2424<DATE><TIME>|<HOST>|I|testListAdd
    2525    Following should generate an error msg to add NULL data
    26 <DATE><TIME>|<HOST>|E|psListAdd (psList.c:<LINENO>)
     26<DATE><TIME>|<HOST>|E|psListAdd (FILE:LINENO)
    2727    Specified data item is NULL.
    2828<DATE><TIME>|<HOST>|I|testListAdd
    2929    Following should error with invalid insert location
    30 <DATE><TIME>|<HOST>|E|psListIteratorSet (psList.c:<LINENO>)
     30<DATE><TIME>|<HOST>|E|psListIteratorSet (FILE:LINENO)
    3131    Specified location, -7, is invalid.
    3232<DATE><TIME>|<HOST>|I|testListAdd
     
    4545<DATE><TIME>|<HOST>|I|testListGet
    4646    Following should be an error
    47 <DATE><TIME>|<HOST>|E|psListGet (psList.c:<LINENO>)
     47<DATE><TIME>|<HOST>|E|psListGet (FILE:LINENO)
    4848    Specified psList reference is NULL.
    49 <DATE><TIME>|<HOST>|E|psListIteratorSet (psList.c:<LINENO>)
     49<DATE><TIME>|<HOST>|E|psListIteratorSet (FILE:LINENO)
    5050    Specified location, 5, is invalid.
    51 <DATE><TIME>|<HOST>|E|psListGet (psList.c:<LINENO>)
     51<DATE><TIME>|<HOST>|E|psListGet (FILE:LINENO)
    5252    Specified location, 5, is invalid.
    53 <DATE><TIME>|<HOST>|E|psListIteratorSet (psList.c:<LINENO>)
     53<DATE><TIME>|<HOST>|E|psListIteratorSet (FILE:LINENO)
    5454    Specified location, 4, is invalid.
    55 <DATE><TIME>|<HOST>|E|psListGet (psList.c:<LINENO>)
     55<DATE><TIME>|<HOST>|E|psListGet (FILE:LINENO)
    5656    Specified location, 4, is invalid.
    5757
     
    6666<DATE><TIME>|<HOST>|I|testListRemove
    6767    Following should be an error
    68 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>)
     68<DATE><TIME>|<HOST>|E|psListRemove (FILE:LINENO)
    6969    Specified psList reference is NULL.
    7070<DATE><TIME>|<HOST>|I|testListRemove
    7171    Next message should be an error
    72 <DATE><TIME>|<HOST>|E|psListRemoveData (psList.c:<LINENO>)
     72<DATE><TIME>|<HOST>|E|psListRemoveData (FILE:LINENO)
    7373    Specified data item is NULL.
    7474<DATE><TIME>|<HOST>|I|testListRemove
    7575    Next message should be an error
    76 <DATE><TIME>|<HOST>|E|psListRemoveData (psList.c:<LINENO>)
     76<DATE><TIME>|<HOST>|E|psListRemoveData (FILE:LINENO)
    7777    Specified data item is not found in the psList.
    7878<DATE><TIME>|<HOST>|I|testListRemove
    7979    NULL list in psListRemoveData should generate error message.
    80 <DATE><TIME>|<HOST>|E|psListRemoveData (psList.c:<LINENO>)
     80<DATE><TIME>|<HOST>|E|psListRemoveData (FILE:LINENO)
    8181    Specified psList reference is NULL.
    8282
     
    131131<DATE><TIME>|<HOST>|I|testListAddAfter
    132132    NULL data pointer should generate error message
    133 <DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>)
     133<DATE><TIME>|<HOST>|E|psListAddAfter (FILE:LINENO)
    134134    Specified data item is NULL.
    135135<DATE><TIME>|<HOST>|I|testListAddAfter
    136136    NULL iterator should generate error message
    137 <DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>)
     137<DATE><TIME>|<HOST>|E|psListAddAfter (FILE:LINENO)
    138138    Specified iterator is NULL.
    139139<DATE><TIME>|<HOST>|I|testListAddAfter
    140140    Non-mutable list should generate error message
    141 <DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>)
     141<DATE><TIME>|<HOST>|E|psListAddAfter (FILE:LINENO)
    142142    Specified iterator indicates list is non-mutable.
    143143
     
    152152<DATE><TIME>|<HOST>|I|testListAddBefore
    153153    NULL data pointer should generate error message
    154 <DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>)
     154<DATE><TIME>|<HOST>|E|psListAddBefore (FILE:LINENO)
    155155    Specified data item is NULL.
    156156<DATE><TIME>|<HOST>|I|testListAddBefore
    157157    NULL iterator should generate error message
    158 <DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>)
     158<DATE><TIME>|<HOST>|E|psListAddBefore (FILE:LINENO)
    159159    Specified iterator is NULL.
    160160<DATE><TIME>|<HOST>|I|testListAddBefore
    161161    Non-mutable list should generate error message
    162 <DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>)
     162<DATE><TIME>|<HOST>|E|psListAddBefore (FILE:LINENO)
    163163    Specified iterator indicates list is non-mutable.
    164164
  • trunk/psLib/test/collections/verified/tst_psScalar.stderr

    r2668 r3127  
    99<DATE><TIME>|<HOST>|I|testScalarAlloc
    1010    Following should generate an error message
    11 <DATE><TIME>|<HOST>|E|psScalarAlloc (psScalar.c:<LINENO>)
     11<DATE><TIME>|<HOST>|E|psScalarAlloc (FILE:LINENO)
    1212    Specified datatype (4865) is unsupported by psScalar.
    1313
     
    2424<DATE><TIME>|<HOST>|I|testScalarCopy
    2525    Following should generate an error message
    26 <DATE><TIME>|<HOST>|E|psScalarCopy (psScalar.c:<LINENO>)
     26<DATE><TIME>|<HOST>|E|psScalarCopy (FILE:LINENO)
    2727    Specified datatype (4865) is unsupported by psScalar.
    2828<DATE><TIME>|<HOST>|I|testScalarCopy
    2929    Following should generate an error message
    30 <DATE><TIME>|<HOST>|E|psScalarCopy (psScalar.c:<LINENO>)
     30<DATE><TIME>|<HOST>|E|psScalarCopy (FILE:LINENO)
    3131    Can not copy a NULL psScalar.
    3232
  • trunk/psLib/test/collections/verified/tst_psVector.stderr

    r2281 r3127  
    33<DATE><TIME>|<HOST>|I|main
    44    Following should be an error message.
    5 <DATE><TIME>|<HOST>|E|psVectorRealloc (psVector.c:<LINENO>)
     5<DATE><TIME>|<HOST>|E|psVectorRealloc (FILE:LINENO)
    66    psVectorRealloc must a given a non-NULL psVector to resize.  Desired datatype unknown.
  • trunk/psLib/test/collections/verified/tst_psVectorSort_01.stderr

    r2669 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error messgae
    3 <DATE><TIME>|<HOST>|E|psVectorSort (psVector.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psVectorSort (FILE:LINENO)
    44    Input psVector is an unsupported type (4865).
  • trunk/psLib/test/collections/verified/tst_psVectorSort_02.stderr

    r2677 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message
    3 <DATE><TIME>|<HOST>|E|psVectorSortIndex (psVector.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psVectorSortIndex (FILE:LINENO)
    44    psVectorSort can not sort a NULL psVector.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate two error messages(psVectorSort,psVectorSortIndex)
    7 <DATE><TIME>|<HOST>|E|psVectorSort (psVector.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psVectorSort (FILE:LINENO)
    88    Input psVector is an unsupported type (4865).
    9 <DATE><TIME>|<HOST>|E|psVectorSortIndex (psVector.c:<LINENO>)
     9<DATE><TIME>|<HOST>|E|psVectorSortIndex (FILE:LINENO)
    1010    Input psVector is an unsupported type (4865).
  • trunk/psLib/test/collections/verified/tst_psVectorSort_04.stderr

    r2281 r3127  
    1 <DATE><TIME>|<HOST>|E|psVectorSort (psVector.c:<LINENO>)
     1<DATE><TIME>|<HOST>|E|psVectorSort (FILE:LINENO)
    22    psVectorSort can not sort a NULL psVector.
Note: See TracChangeset for help on using the changeset viewer.