Changeset c28bab in git


Ignore:
Timestamp:
Mar 6, 2014, 4:21:20 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
efe877c261ca71879309f3696f369f52aa79afac
Parents:
bb7308c8a9a78c69261744e168a16f5105f50b21
git-author:
Martin Lee <martinlee84@web.de>2014-03-06 16:21:20+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-03-10 11:29:12+01:00
Message:
fix: test for make check in case Singular is not around
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/test.cc

    rbb7308 rc28bab  
    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.