Changeset f23cce in git for libpolys/tests


Ignore:
Timestamp:
Feb 22, 2012, 9:52:12 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1f5565d2829f45250e828d16e67ca4d3ea19e8a2
Parents:
232bbd53fe67fd62379e6eb97d8195caeb29d405
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 21:52:12+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:09+01:00
Message:
fix testing libpoly (due to NC&GB thing)
Location:
libpolys/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/common.h

    r232bbd5 rf23cce  
    2020#include <resources/feResource.h>
    2121
     22#ifndef PLURAL_INTERNAL_DECLARATIONS
     23#define PLURAL_INTERNAL_DECLARATIONS 
     24#endif
     25
     26#ifndef PLURAL_INTERNAL_DECLARATIONS_GB_HACK
     27#define PLURAL_INTERNAL_DECLARATIONS_GB_HACK
     28#endif
     29
     30#include <polys/nc/gb_hack.h>
     31
    2232#ifdef HAVE_FACTORY
    23 int initializeGMP(){ return 1; }
     33int initializeGMP(){ return 1; } // due to Factory...
    2434int mmInit(void) {return 1; } // ? due to SINGULAR!!!...???
    2535#endif
  • libpolys/tests/polys_test.h

    r232bbd5 rf23cce  
    1 #include "config.h"
    2 
    31#include "common.h"
    42using namespace std;
Note: See TracChangeset for help on using the changeset viewer.