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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (show annotations)
Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File size: 407 byte(s)
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 }

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26