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

Annotation of /trunk/esys2/bruce/test/unit_test

Parent Directory Parent Directory | Revision Log Revision Log


Revision 151 - (hide annotations)
Thu Sep 22 01:55:00 2005 UTC (17 years, 6 months ago) by jgs
File size: 299 byte(s)
Merge of development branch dev-02 back to main trunk on 2005-09-22

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