root/library/tests/testsuite.cpp @ 477

Revision 477, 141 bytes (checked in by mido, 15 years ago)

panove, vite, jak jsem peclivej na upravu kodu.. snad se vam bude libit:) konfigurace je v souboru /system/astylerc

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