root/library/tests/testsuite.cpp
@
484
| Revision 484, 284 bytes (checked in by vbarta, 16 years ago) |
|---|
| Rev | Line | |
|---|---|---|
| [418] | 1 | #include "UnitTest++.h" |
| [452] | 2 | #include "itpp_ext.h" |
| [484] | 3 | #include <iostream> |
| 4 | #include <iomanip> | |
| [418] | 5 | |
| [477] | 6 | int main ( int, char const *[] ) { |
| 7 | itpp::RNG_randomize(); | |
| [484] | 8 | try { |
| 9 | return UnitTest::RunAllTests(); | |
| 10 | } catch ( std::exception const& e ) { | |
| 11 | std::cerr << e.what() << std::endl; | |
| 12 | return -1; | |
| 13 | } | |
| [418] | 14 | } |
Note: See TracBrowser
for help on using the browser.
