Parent Directory
|
Revision Log
fixed permissions on these files
1 | jgs | 82 | #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:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |