IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5304


Ignore:
Timestamp:
Oct 12, 2005, 2:50:41 PM (21 years ago)
Author:
desonia
Message:

fixed test to build outside of source tree.

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

Legend:

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

    r4981 r5304  
    11#Makefile for types tests
    22#
    3 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
     3AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS) -DSRCDIR=\"$(srcdir)\"
    44AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    55
  • trunk/psLib/test/xml/tst_psXML.c

    r5010 r5304  
    1515*  @author  Dave Robbins, MHPCC
    1616*
    17 *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    18 *  @date  $Date: 2005-09-12 23:27:48 $
     17*  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     18*  @date  $Date: 2005-10-13 00:50:41 $
    1919*
    2020*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555//static void writeMetadata(psMetadata* metadata, char* indentStr);
    5656
    57 const char testFile1[] = "psTime.xml";
    58 const char testFile2[] = "psTime2.xml";
    59 const char testFile3[] = "psTime3.xml";
    60 const char testFile4[] = "psTime4.xml";
     57const char testFile1[] = SRCDIR "/psTime.xml";
     58const char testFile2[] = SRCDIR "/psTime2.xml";
     59const char testFile3[] = SRCDIR "/psTime3.xml";
     60const char testFile4[] = SRCDIR "/psTime4.xml";
    6161//static void printMetadata(psMetadata *in);
    6262static void printMetadataItem(psMetadataItem *metadataItem, char *spaces);
Note: See TracChangeset for help on using the changeset viewer.