/[escript]/trunk/bruce/test/Bruce/BruceTest.cpp
ViewVC logotype

Contents of /trunk/bruce/test/Bruce/BruceTest.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 465 - (show annotations)
Wed Jan 25 01:08:17 2006 UTC (17 years, 2 months ago) by jgs
File size: 1261 byte(s)
reorganise bruce source tree:
move all from src/Bruce -> src
remove inc
adjust all #includes appropriately


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

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26