Changeset d9e190 in git for libpolys/tests/coeffs_test.h


Ignore:
Timestamp:
Apr 21, 2011, 4:41:50 PM (12 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
6d28ba7962ff547926c1a0ce553ff7070a77746e
Parents:
4f07ef5931598da3a05c62cb735d25ecaac0c5a9
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-04-21 16:41:50+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:27+01:00
Message:
got rid of program_invocation_name (non-portable) and replaced it by an educated guess
changed the test generation script to save a copy of the program name in main
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/coeffs_test.h

    r4f07ef rd9e190  
    343343    bool setUpWorld() {
    344344      clog << endl << ( "<world>" ) << endl;
    345       feInitResources();
     345      feInitResources(argv0);
    346346      return true;
    347347    }
Note: See TracChangeset for help on using the changeset viewer.