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:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

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

    r3115 r3127  
    1 #Makefile for astronomy functions of psLib
     1#Makefile for dataManip 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 = \
     
    5557        tst_psVectorFFT
    5658
    57 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest
     59TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    5860TESTS = \
    5961        tst_psFunc00 \
  • trunk/psLib/test/dataManip/verified/tst_psFunc02.stderr

    r2717 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message.
    3 <DATE><TIME>|<HOST>|E|psSpline1DAlloc (psFunctions.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psSpline1DAlloc (FILE:LINENO)
    44    Error: max and min are equal.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message
    7 <DATE><TIME>|<HOST>|E|psSpline1DAlloc (psFunctions.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psSpline1DAlloc (FILE:LINENO)
    88    Error: max and min are equal.
    99<DATE><TIME>|<HOST>|I|main
    1010    Following should generate an error message.
    11 <DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (psFunctions.c:<LINENO>)
     11<DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
    1212    Error: order is less than 0.
    1313<DATE><TIME>|<HOST>|I|main
    1414    Following should generate an error message.
    15 <DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (psFunctions.c:<LINENO>)
     15<DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
    1616    Unallowable operation: psVector bounds or its data is NULL.
    1717<DATE><TIME>|<HOST>|I|main
    1818    Following should generate an error message.
    19 <DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (psFunctions.c:<LINENO>)
     19<DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
    2020    Unallowable operation: psVector bounds has no elements.
  • trunk/psLib/test/dataManip/verified/tst_psHist00.stderr

    r2718 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message.
    3 <DATE><TIME>|<HOST>|E|psHistogramAlloc (psStats.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psHistogramAlloc (FILE:LINENO)
    44    Error: (lower > upper) (30.000000 20.000000)
  • trunk/psLib/test/dataManip/verified/tst_psHist02.stderr

    r2721 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message.
    3 <DATE><TIME>|<HOST>|E|psVectorHistogram (psStats.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psVectorHistogram (FILE:LINENO)
    44    Unallowable operation: out is NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message.
    7 <DATE><TIME>|<HOST>|E|psVectorHistogram (psStats.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psVectorHistogram (FILE:LINENO)
    88    Unallowable operation: psVector in or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr

    r2678 r3127  
    1 <DATE><TIME>|<HOST>|E|psMatrixTranspose (psMatrix.c:<LINENO>)
     1<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
    22    Invalid operation: Pointer to inImage is same as outImage.
    3 <DATE><TIME>|<HOST>|E|psMatrixTranspose (psMatrix.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
    44    Unallowable operation: psImage inImage or its data is NULL.
    5 <DATE><TIME>|<HOST>|E|psMatrixTranspose (psMatrix.c:<LINENO>)
     5<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
    66    Invalid operation. inImage not PS_TYPE_F64.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr

    r2682 r3127  
    1 <DATE><TIME>|<HOST>|E|psMatrixLUD (psMatrix.c:<LINENO>)
     1<DATE><TIME>|<HOST>|E|psMatrixLUD (FILE:LINENO)
    22    Unallowable operation: psImage inImage or its data is NULL.
    3 <DATE><TIME>|<HOST>|E|psMatrixLUSolve (psMatrix.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psMatrixLUSolve (FILE:LINENO)
    44    Unallowable operation: psVector inVector or its data is NULL.
    5 <DATE><TIME>|<HOST>|E|psMatrixLUSolve (psMatrix.c:<LINENO>)
     5<DATE><TIME>|<HOST>|E|psMatrixLUSolve (FILE:LINENO)
    66    Unallowable operation: psImage inImage or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr

    r2288 r3127  
    1 <DATE><TIME>|<HOST>|E|psMatrixInvert (psMatrix.c:<LINENO>)
     1<DATE><TIME>|<HOST>|E|psMatrixInvert (FILE:LINENO)
    22    Unallowable operation: psImage inImage or its data is NULL.
    3 <DATE><TIME>|<HOST>|E|psMatrixInvert (psMatrix.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psMatrixInvert (FILE:LINENO)
    44    Unallowable operation: det is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr

    r2696 r3127  
    1 <DATE><TIME>|<HOST>|E|psMatrixToVector (psMatrix.c:<LINENO>)
     1<DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
    22    Unallowable operation: psImage inImage or its data is NULL.
    3 <DATE><TIME>|<HOST>|E|psMatrixToVector (psMatrix.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
    44    Image does not have dim with 1 col or 1 row: (2 x 2).
    5 <DATE><TIME>|<HOST>|E|psVectorToMatrix (psMatrix.c:<LINENO>)
     5<DATE><TIME>|<HOST>|E|psVectorToMatrix (FILE:LINENO)
    66    Unallowable operation: psVector inVector or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stderr

    r2693 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message
    3 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    44    Unallowable operation: input1 is NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message
    7 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    88    Unallowable operation: input2 is NULL.
    99<DATE><TIME>|<HOST>|I|main
    1010    Following should generate an error message
    11 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     11<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    1212    Unallowable operation: op is NULL.
    1313<DATE><TIME>|<HOST>|I|main
    1414    Following should generate an error message
    15 <DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     15<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
    1616    Unallowable operation: in is NULL.
    1717<DATE><TIME>|<HOST>|I|main
    1818    Following should generate an error message
    19 <DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     19<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
    2020    Unallowable operation: op is NULL.
    2121<DATE><TIME>|<HOST>|I|main
    2222    Following should generate an error message
    23 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     23<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    2424    ptr input1 has type 1028, ptr input2 has type 1032.
    2525<DATE><TIME>|<HOST>|I|main
    2626    Following should generate an error message
    27 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     27<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    2828    Specified psImage dimensions differed, 2x2 vs 3x3.
    2929<DATE><TIME>|<HOST>|I|main
    3030    Following should generate an error message
    31 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     31<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    3232    Number of elements inconsistent, 2 vs 3.  Number of elements must match.
    3333<DATE><TIME>|<HOST>|I|main
    3434    Following should generate an error message
    35 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     35<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    3636    Number of elements inconsistent, 2 vs 3.  Number of elements must match.
    3737<DATE><TIME>|<HOST>|I|main
    3838    Following should generate an two error messages
    39 <DATE><TIME>|<HOST>|E|psVectorRecycle (psVector.c:<LINENO>)
     39<DATE><TIME>|<HOST>|E|psVectorRecycle (FILE:LINENO)
    4040    The input psVector must have a vector dimension type.
    41 <DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     41<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
    4242    Couldn't create a proper output psVector.
    4343<DATE><TIME>|<HOST>|I|main
    4444    Following should generate error message
    45 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     45<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    4646    The minimum operation is not supported with complex data.
    4747<DATE><TIME>|<HOST>|I|main
    4848    Following should generate an error message
    49 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     49<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    5050    The maximum operation is not supported with complex data.
    5151<DATE><TIME>|<HOST>|I|main
    5252    Following should generate an error messgae
    53 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     53<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    5454    Specified operation, yarg, is not supported.
    5555<DATE><TIME>|<HOST>|I|main
    5656    Following should generate an error message
    57 <DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     57<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
    5858    Specified operation, yarg, is not supported.
    5959<DATE><TIME>|<HOST>|I|main
    6060    Following should generate an error message
    61 <DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     61<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
    6262    Unallowable operation: input1 has incorrect dimensionality.
    6363<DATE><TIME>|<HOST>|I|main
    6464    Following should generate an error message
    65 <DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     65<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
    6666    Specified parameter, in, has invalid dimensionality, 4.
  • trunk/psLib/test/dataManip/verified/tst_psMinimize04.stderr

    r2288 r3127  
    11<DATE><TIME>|<HOST>|I|t03
    22    Following should generate an error for null input polynomial.
    3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (psMinimize.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial myPoly or its coeffs is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMinimize04_F32.stderr

    r3115 r3127  
    11<DATE><TIME>|<HOST>|I|t03
    22    Following should generate an error for null input polynomial.
    3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (psMinimize.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial myPoly or its coeffs is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMinimize04b.stderr

    r2740 r3127  
    11<DATE><TIME>|<HOST>|I|t03
    22    Following should generate an error for null arguments.
    3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (psMinimize.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial myPoly or its coeffs is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMinimize04b_F32.stderr

    r3115 r3127  
    11<DATE><TIME>|<HOST>|I|t03
    22    Following should generate an error for null arguments.
    3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (psMinimize.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial myPoly or its coeffs is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMinimize05.stderr

    r2743 r3127  
    11<DATE><TIME>|<HOST>|I|t02
    22    Following should generate error for null minimize.
    3 <DATE><TIME>|<HOST>|E|psMinimizePowell (psMinimize.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
    44    Unallowable operation: min is NULL.
    55<DATE><TIME>|<HOST>|I|t02
    66    Following should generate error for null parameter vector
    7 <DATE><TIME>|<HOST>|E|psMinimizePowell (psMinimize.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
    88    Unallowable operation: psVector params or its data is NULL.
    99<DATE><TIME>|<HOST>|I|t02
    1010    Following should generate error for null coords.
    11 <DATE><TIME>|<HOST>|E|psMinimizePowell (psMinimize.c:<LINENO>)
     11<DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
    1212    Unallowable operation: coords is NULL.
    1313<DATE><TIME>|<HOST>|I|t02
    1414    Following should generate error for null function
    15 <DATE><TIME>|<HOST>|E|psMinimizePowell (psMinimize.c:<LINENO>)
     15<DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
    1616    Unallowable operation: func is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psRandom.stderr

    r3012 r3127  
    11<DATE><TIME>|<HOST>|I|t00
    22    Invalid type, should generate error message
    3 <DATE><TIME>|<HOST>|E|psRandomAlloc (psRandom.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psRandomAlloc (FILE:LINENO)
    44    Unknown Random Number Generator Type
    55<DATE><TIME>|<HOST>|I|t01
    66    NULL psRandom variable, should generate error message
    7 <DATE><TIME>|<HOST>|E|psRandomUniform (psRandom.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psRandomUniform (FILE:LINENO)
    88    Random variable is NULL.
    99<DATE><TIME>|<HOST>|I|t02
    1010    NULL psRandom variable, should generate error message
    11 <DATE><TIME>|<HOST>|E|psRandomGaussian (psRandom.c:<LINENO>)
     11<DATE><TIME>|<HOST>|E|psRandomGaussian (FILE:LINENO)
    1212    Random variable is NULL.
    1313<DATE><TIME>|<HOST>|I|t03
    1414    NULL psRandom variable, should generate error message
    15 <DATE><TIME>|<HOST>|E|psRandomPoisson (psRandom.c:<LINENO>)
     15<DATE><TIME>|<HOST>|E|psRandomPoisson (FILE:LINENO)
    1616    Random variable is NULL.
    1717<DATE><TIME>|<HOST>|I|t04
    1818    Reset a NULL psRandom variable, should generate an error message
    19 <DATE><TIME>|<HOST>|E|psRandomReset (psRandom.c:<LINENO>)
     19<DATE><TIME>|<HOST>|E|psRandomReset (FILE:LINENO)
    2020    Random variable is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psStats00.stderr

    r2723 r3127  
    11<DATE><TIME>|<HOST>|I|main
    22    Following should generate an error message.
    3 <DATE><TIME>|<HOST>|E|psVectorStats (psStats.c:<LINENO>)
     3<DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
    44    Unallowable operation: psVector in or its data is NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message.
    7 <DATE><TIME>|<HOST>|E|psVectorStats (psStats.c:<LINENO>)
     7<DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
    88    Unallowable operation: stats is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psVectorFFT.stderr

    r2713 r3127  
    77<DATE><TIME>|<HOST>|I|testVectorFFT
    88    Following should generate an error message.
    9 <DATE><TIME>|<HOST>|E|psVectorFFT (psVectorFFT.c:<LINENO>)
     9<DATE><TIME>|<HOST>|E|psVectorFFT (FILE:LINENO)
    1010    Must specify the direction as either PS_FFT_FORWARD or PS_FFT_REVERSE.
    1111
     
    3737<DATE><TIME>|<HOST>|I|testVectorComplex
    3838    Following should be an error (type mismatch).
    39 <DATE><TIME>|<HOST>|E|psVectorComplex (psVectorFFT.c:<LINENO>)
     39<DATE><TIME>|<HOST>|E|psVectorComplex (FILE:LINENO)
    4040    Real psVector type, psF32, and imaginary psVector type, psF64, must be the same.
    4141<DATE><TIME>|<HOST>|I|testVectorComplex
    4242    Following should generate an error message.
    43 <DATE><TIME>|<HOST>|E|psVectorComplex (psVectorFFT.c:<LINENO>)
     43<DATE><TIME>|<HOST>|E|psVectorComplex (FILE:LINENO)
    4444    Input psVector type, psS8, is required to be either psF32 or psF64.
    4545
     
    6767<DATE><TIME>|<HOST>|I|testVectorPowerSpectrum
    6868    Following should generate an error message.
    69 <DATE><TIME>|<HOST>|E|psVectorPowerSpectrum (psVectorFFT.c:<LINENO>)
     69<DATE><TIME>|<HOST>|E|psVectorPowerSpectrum (FILE:LINENO)
    7070    Input psVector type, psF32, is required to be either psC32 or psC64.
    7171
Note: See TracChangeset for help on using the changeset viewer.