Changeset 59a62bd in git for libpolys/tests/polys_test.h


Ignore:
Timestamp:
Apr 21, 2011, 1:36:15 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ae85a3d8eb93a191e0a73a7e20df16f676bd1e8e
Parents:
01c1d069f5dba6492844972482dfe1d144a97800
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-21 13:36:15+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:24+01:00
Message:
ADD: feInitResources can use 'program_invocation_name' instead of argv[0]
ADD: executables should run feInitResources at the start
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/polys_test.h

    r01c1d0 r59a62bd  
    77
    88#include <reporter/reporter.h>
     9#include <resources/feResource.h>
    910
    1011#include <coeffs/coeffs.h>
     
    3637    bool setUpWorld() {
    3738      clog << ( "<world>" ) << endl;
     39      feInitResources();
     40     
    3841      TS_ASSERT_EQUALS( nRegister( n_Zp, npInitChar), n_Zp );
    3942      TS_ASSERT_EQUALS( nRegister( n_GF, nfInitChar), n_GF );
Note: See TracChangeset for help on using the changeset viewer.