Changeset daa13f in git for factory/test.cc


Ignore:
Timestamp:
Mar 10, 2014, 2:16:22 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
91dd8a5ef5bb06f9f51df16f59786c2ff90de8ca
Parents:
70d976d3bfd86a066c9e62325769fb948f8735249bb56c19a835494d592e023dcce31c901eceefc5
Message:
Merge pull request #536 from mmklee/factory_noPP

Factory no pp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/test.cc

    r70d976 rdaa13f  
    11#include <factory/factory.h>
     2#ifdef SINGULAR
     3#include <resources/feFopen.h>
     4#endif
    25#include "cf_assert.h"
    36
     
    7679}*/
    7780
     81#ifdef SINGULAR
     82extern void feInitResources(const char* argv0 = NULL);
     83#endif
     84
    7885int main( int, char *argv[] )
    7986{
     
    8895    return(1);
    8996  }
     97
     98#ifdef SINGULAR
     99  feInitResources(argv[0]);
     100#endif
    90101
    91102//  On (SW_USE_EZGCD); On (SW_USE_EZGCD_P); // TODO&NOTE: these switches lead to failed tests (with nonzero p)!
Note: See TracChangeset for help on using the changeset viewer.