#include "UnitTest++.h" #include "itpp_ext.h" int main ( int, char const *[] ) { itpp::RNG_randomize(); return UnitTest::RunAllTests(); }