Changeset 11837b in git


Ignore:
Timestamp:
May 24, 2011, 2:33:01 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
71f6dbdb6822edb11d2516287cbddc3fe32c6cbd
Parents:
05b917cac72cb76e2edcac2cbe82b009388cd711
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-24 02:33:01+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:50+01:00
Message:
ADD: Show Resource-Settings at the beginning of each test-suit
Location:
libpolys/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/common.h

    r05b917 r11837b  
    119119      std::clog << std::endl << ( "<world>" ) << std::endl << std::endl;
    120120      feInitResources(argv0);
     121
     122      StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");
     123      feStringAppendResources(0);
     124      PrintS(StringAppendS("\n"));
     125     
    121126      return true;
    122127    }
  • libpolys/tests/polys_test.h

    r05b917 r11837b  
    505505   void test_Z13_t_GF()
    506506   {
    507      StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");
    508      feStringAppendResources(0);
    509      PrintS(StringAppendS("\n"));
    510 
    511507     clog << "Creating  GF[t]: " << endl;
    512508
Note: See TracChangeset for help on using the changeset viewer.