root/library/tests/testsuite.cpp @ 452

Revision 452, 144 bytes (checked in by vbarta, 15 years ago)

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

RevLine 
[418]1#include "UnitTest++.h"
[452]2#include "itpp_ext.h"
[418]3
4int main(int, char const *[])
5{
[452]6    itpp::RNG_randomize();
7    return UnitTest::RunAllTests();
[418]8}
Note: See TracBrowser for help on using the browser.