Parent Directory
|
Revision Log
move all directories from trunk/esys2 into trunk and remove esys2
1 | #include "EsysExceptionTestCase.h" |
2 | #include "CppUnitTest/TestRunner.h" |
3 | |
4 | using namespace CppUnitTest; |
5 | |
6 | int main(int argc, char **argv) { |
7 | // |
8 | // object which runs all of the tests |
9 | TestRunner runner; |
10 | // |
11 | // add the RangeTestCase suite of tests to the runner |
12 | runner.addTest ("EsysException", EsysExceptionTestCase::suite()); |
13 | |
14 | // actually run the unit tests. |
15 | runner.run (argc, argv); |
16 | return 0; |
17 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |