/[escript]/trunk/bruce/test/unit_test
ViewVC logotype

Annotation of /trunk/bruce/test/unit_test

Parent Directory Parent Directory | Revision Log Revision Log


Revision 149 - (hide annotations)
Thu Sep 1 03:31:39 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/bruce/test/unit_test
File size: 273 byte(s)
Merge of development branch dev-02 back to main trunk on 2005-09-01

1 jgs 149 #!/bin/env bash
2     # $Id$
3     # simple script to run all bruce unit tests
4    
5     MODULES="Bruce"
6    
7     for module in $MODULES ; do
8     echo Testing: $module
9     cd $module
10     ./unit_test
11     if [ $? != 0 ]
12     then
13     echo Unit Testing FAILED for module: $module
14     exit 1
15     fi
16     cd ..
17     done
18     exit 0

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26