Changeset 3b0bb7f in git


Ignore:
Timestamp:
Aug 5, 2013, 11:36:18 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
b6ad598b23a5c9dc5da4a07453376a5da78a7fad
Parents:
da7a281d5812cf803786d708fe4e7cd56fba3215
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-05 23:36:18+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-12 12:19:33+02:00
Message:
More output by the test in Singular/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/test.cc

    rda7a28 r3b0bb7f  
    245245  }
    246246   
    247 
    248    
    249247   // init path names etc.
    250248//  feInitResources(argv[0]); //???
    251249  siInit(argv[0]); // ?
     250
     251  if( char *s = versionString() )
     252  {
     253    PrintS(s);
     254    omFree(s);
     255  }
     256   
     257   
     258
     259  StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");
     260  feStringAppendResources(0);
     261  StringAppendS("\n");
     262  if( char * s = StringEndS() )
     263  {
     264    PrintS(s);
     265    omFree(s);
     266  }
     267   
     268   
     269   
    252270
    253271  // Libpolys tests:
     
    261279
    262280
     281
    263282/*
    264   StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");
    265   feStringAppendResources(0);
    266   StringAppendS("\n");
    267   char * s = StringEndS();
    268   PrintS(s);
    269   omFree(s);
    270 
    271 
    272283  ring R=rDefault(32003,3,n);
    273284  // make R the default ring:
Note: See TracChangeset for help on using the changeset viewer.