/[escript]/trunk/esys2/finley/test/MeshAdapter/MeshAdapterTest.cpp
ViewVC logotype

Annotation of /trunk/esys2/finley/test/MeshAdapter/MeshAdapterTest.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (hide annotations)
Tue Oct 26 06:53:54 2004 UTC (18 years, 4 months ago) by jgs
File size: 1278 byte(s)
Initial revision

1 jgs 82 /*
2     *****************************************************************************
3     * *
4     * COPYRIGHT ACcESS - All Rights Reserved *
5     * *
6     * This software is the property of ACcESS. No part of this code *
7     * may be copied in any form or by any means without the expressed written *
8     * consent of ACcESS. Copying, use or modification of this software *
9     * by any unauthorised person is illegal unless that person has a software *
10     * license agreement with ACcESS. *
11     * *
12     *****************************************************************************
13     */
14     #include "MeshAdapterTestCase.h"
15     #include "CppUnitTest/TestRunner.h"
16    
17     using namespace CppUnitTest;
18    
19     int main(int argc, char **argv) {
20     //
21     // object which runs all of the tests
22     TestRunner runner;
23     //
24     // add the RangeTestCase suite of tests to the runner
25     runner.addTest ("MeshAdapter", MeshAdapterTestCase::suite());
26    
27     // actually run the unit tests.
28     runner.run (argc, argv);
29     return 0;
30     }
31    

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26