IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2004, 9:10:51 AM (22 years ago)
Author:
desonia
Message:

fixed code so that tests were relocatable.

Location:
trunk/psLib/test/astronomy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/Makefile

    r2109 r2151  
    33##  Makefile:   test/astronomy
    44##
    5 ##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-10-14 02:05:00 $
     5##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-10-15 19:10:51 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4444
    4545install: $(testbindir) $(testbindir)/verified $(TARGET)
    46         install $(TARGET) $(testbindir)
     46        install test.config header_1.fits header_2.fits $(TARGET) $(testbindir)
    4747        install verified/*.stderr verified/*.stdout $(testbindir)/verified
    4848
  • trunk/psLib/test/astronomy/tst_psMetadata_01.c

    r1994 r2151  
    1717*  @author  Ross Harman, MHPCC
    1818*
    19 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    20 *  @date  $Date: 2004-10-07 02:01:44 $
     19*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     20*  @date  $Date: 2004-10-15 19:10:51 $
    2121*
    2222*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    134134    */
    135135    printPositiveTestHeader(stdout, "psMetadata", "Test A - Read 1st hdr from simple FITS file");
    136     metadata1 = psMetadataReadHeader(metadata1, NULL, 1, "header_1.fits");
     136    metadata1 = psMetadataReadHeader(metadata1, NULL, 1, "verified/header_1.fits");
    137137    printMetadata(metadata1);
    138138    printFooter(stdout, "psMetadata", "Test A - Read 1st hdr from simple FITS file", true);
Note: See TracChangeset for help on using the changeset viewer.