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

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

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

    r3115 r3127  
    1 #Makefile for astronomy functions of psLib
     1#Makefile for fileUtils 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 = \
     
    1719        tst_psFits
    1820
    19 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest
     21TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    2022TESTS = \
    2123        tst_psLookupTable_01 \
  • trunk/psLib/test/fileUtils/verified/tst_psFits.stderr

    r3028 r3127  
    1616<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
    1717    Following should be an error.
    18 <DATE><TIME>|<HOST>|E|psFitsMoveExtName (psFits.c:<LINENO>)
     18<DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO)
    1919    Could not find HDU 'bogus' in file multi.fits.
    2020    CFITSIO Error: illegal HDU number
    2121<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
    2222    Following should be an error.
    23 <DATE><TIME>|<HOST>|E|psFitsMoveExtName (psFits.c:<LINENO>)
     23<DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO)
    2424    The input psFits object can not NULL.
    2525<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
    2626    Following should be an error.
    27 <DATE><TIME>|<HOST>|E|psFitsMoveExtName (psFits.c:<LINENO>)
     27<DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO)
    2828    Specified extension name can not be NULL.
    2929
     
    3838<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    3939    Following should be an error.
    40 <DATE><TIME>|<HOST>|E|psFitsGetSize (psFits.c:<LINENO>)
     40<DATE><TIME>|<HOST>|E|psFitsGetSize (FILE:LINENO)
    4141    The input psFits object can not NULL.
    4242<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    4343    Following should be an error.
    44 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (psFits.c:<LINENO>)
     44<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    4545    Could not move to specified HDU #-1 in file multi.fits.
    4646    CFITSIO Error: illegal HDU number
    4747<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    4848    Following should be an error.
    49 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (psFits.c:<LINENO>)
     49<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    5050    Could not move -1 HDUs from current position in file multi.fits.
    5151    CFITSIO Error: illegal HDU number
    5252<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    5353    Following should be an error.
    54 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (psFits.c:<LINENO>)
     54<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    5555    Could not move to specified HDU #8 in file multi.fits.
    5656    CFITSIO Error: tried to move past end of file
    5757<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    5858    Following should be an error.
    59 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (psFits.c:<LINENO>)
     59<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    6060    Could not move 1 HDUs from current position in file multi.fits.
    6161    CFITSIO Error: tried to move past end of file
    6262<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    6363    Following should be an error.
    64 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (psFits.c:<LINENO>)
     64<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    6565    The input psFits object can not NULL.
    6666
     
    7575<DATE><TIME>|<HOST>|I|tst_psFitsReadHeader
    7676    following should be an error (input psFits = NULL)
    77 <DATE><TIME>|<HOST>|E|psFitsReadHeader (psFits.c:<LINENO>)
     77<DATE><TIME>|<HOST>|E|psFitsReadHeader (FILE:LINENO)
    7878    The input psFits object can not NULL.
    7979
     
    8686\**********************************************************************************/
    8787
    88 <DATE><TIME>|<HOST>|E|psFitsReadHeaderSet (psFits.c:<LINENO>)
     88<DATE><TIME>|<HOST>|E|psFitsReadHeaderSet (FILE:LINENO)
    8989    The input psFits object can not NULL.
    9090
     
    9797\**********************************************************************************/
    9898
    99 <DATE><TIME>|<HOST>|E|psFitsReadTable (psFits.c:<LINENO>)
     99<DATE><TIME>|<HOST>|E|psFitsReadTable (FILE:LINENO)
    100100    The input psFits object can not NULL.
    101101
     
    119119<DATE><TIME>|<HOST>|I|testImageWrite
    120120    Following should generate an error message because input image is null.
    121 <DATE><TIME>|<HOST>|E|psFitsWriteImage (psFits.c:<LINENO>)
     121<DATE><TIME>|<HOST>|E|psFitsWriteImage (FILE:LINENO)
    122122    The input psImage was NULL.  Need a non-NULL psImage for operation to be performed.
    123123
Note: See TracChangeset for help on using the changeset viewer.