IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psMetadata_07.c

    r3056 r3115  
    99*  @author  Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    12 *  @date  $Date: 2005-01-19 01:53:00 $
     11*  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     12*  @date  $Date: 2005-02-03 00:54:12 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1515*
    1616*/
     17#include "config.h"
    1718#include "pslib.h"
    1819#include "psTest.h"
    19 
    20 #ifndef TIME_XML_FILE
    21 #define TIME_XML_FILE "../../config/psTime.xml"
    22 #pragma warning TIME_XML_FILE was not defined in the makefile.
    23 #endif
    24 
    2520
    2621int main(int argc, char* argv[])
     
    3126    psU32 nFail = 0;
    3227    psMetadata *md = NULL;
    33     md = psMetadataParseConfigXml(md, &nFail, TIME_XML_FILE, true);
     28    md = psMetadataParseConfigXml(md, &nFail, XML_CONFIG_FILE, true);
    3429    if (nFail != 0) {
    3530        printf("psMetadataParseConfigXml returned error %d\n", res);
Note: See TracChangeset for help on using the changeset viewer.