Changeset 452

Show
Ignore:
Timestamp:
07/30/09 08:02:24 (15 years ago)
Author:
vbarta
Message:

randomize before testing; breaks tests, especially (but not exclusively) test_mgamma

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite.cpp

    r418 r452  
    11#include "UnitTest++.h" 
     2#include "itpp_ext.h" 
    23 
    34int main(int, char const *[]) 
    45{ 
    5    return UnitTest::RunAllTests(); 
     6    itpp::RNG_randomize(); 
     7    return UnitTest::RunAllTests(); 
    68}