/[escript]/trunk/bruce/test/BruceFactory/BruceFactoryTest.cpp
ViewVC logotype

Annotation of /trunk/bruce/test/BruceFactory/BruceFactoryTest.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (hide annotations)
Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File size: 1281 byte(s)
move all directories from trunk/esys2 into trunk and remove esys2

1 jgs 150 /*
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    
15     #include "BruceFactoryTestCase.h"
16     #include "CppUnitTest/TestRunner.h"
17    
18     using namespace CppUnitTest;
19    
20     int main(int argc, char **argv) {
21     //
22     // object which runs all of the tests
23     TestRunner runner;
24     //
25     // add the RangeTestCase suite of tests to the runner
26     runner.addTest ("BruceFactory", BruceFactoryTestCase::suite());
27    
28     // actually run the unit tests.
29     runner.run (argc, argv);
30     return 0;
31     }

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26