Changeset 9eb0f9 in git for libpolys/coeffs/test.cc


Ignore:
Timestamp:
May 23, 2011, 8:10:02 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b2366e1febbada8a1c36d078ca1dff3e839e9988
Parents:
2f0314b588c9d83a52b5e2ded26f85edb4ea9593
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 20:10:02+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:49+01:00
Message:
FIX: test coeffs using factory AND ntl (without public use of factory in coeffs.h)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/test.cc

    r2f0314 r9eb0f9  
    44
    55#include <reporter/reporter.h>
     6#include <resources/feResource.h>
    67
    78#include <coeffs/coeffs.h>
     
    1718#include <coeffs/rmodulo2m.h>
    1819#include <coeffs/rintegers.h>
     20
     21
    1922#ifdef HAVE_FACTORY
    2023int initializeGMP(){ return 1; }
     
    254257
    255258
    256 
    257 
    258 int main()
    259 {
     259int main( int, char *argv[] )
     260{
     261  feInitResources(argv[0]);
     262
     263  StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");
     264  feStringAppendResources(0);
     265  PrintS(StringAppendS("\n"));
     266
     267
    260268  int c = 0;
    261269 
Note: See TracChangeset for help on using the changeset viewer.