/[escript]/trunk/esysUtils/test/EsysException/EsysExceptionTest.cpp
ViewVC logotype

Annotation of /trunk/esysUtils/test/EsysException/EsysExceptionTest.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (hide annotations)
Tue Oct 26 06:53:54 2004 UTC (18 years, 5 months ago) by jgs
Original Path: trunk/esys2/esysUtils/test/EsysException/EsysExceptionTest.cpp
File size: 407 byte(s)
Initial revision

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     }

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26