IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2005, 3:58:43 PM (21 years ago)
Author:
desonia
Message:

changed the prototype of psMetadataLookup_.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/Makefile.am

    r3237 r3246  
    2929        tst_psImageInterpolate
    3030
     31check_DATA = \
     32        fBiOut.fits \
     33        fOut.fits \
     34        sBiOut.fits \
     35        sOut.fits
     36               
    3137TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    3238TESTS = \
     
    5763tst_psImageIO_SOURCES =  tst_psImageIO.c
    5864tst_psImageInterpolate_SOURCES =  tst_psImageInterpolate.c
     65
     66fBiOut.fits: verified/fBiOut.fits
     67        cp $? $@
     68
     69fOut.fits: verified/fOut.fits
     70        cp $? $@
     71
     72sBiOut.fits: verified/sBiOut.fits
     73        cp $? $@
     74
     75sOut.fits: verified/sOut.fits
     76        cp $? $@
     77                       
Note: See TracChangeset for help on using the changeset viewer.