/[escript]/trunk/finley/test/unit_test-scons
ViewVC logotype

Annotation of /trunk/finley/test/unit_test-scons

Parent Directory Parent Directory | Revision Log Revision Log


Revision 320 - (hide annotations)
Tue Dec 6 04:35:27 2005 UTC (17 years, 3 months ago) by svn
File size: 302 byte(s)
unit tests now run ok
1 jgs 319 #!/bin/bash
2     # $Id: unit_test 206 2005-11-23 05:03:42Z jgs $
3     # simple script to run all finley unit tests
4    
5     MODULES="MeshAdapterTest.exe"
6    
7     for module in $MODULES ; do
8     echo Testing: $module
9 svn 320 ./$module
10 jgs 319 if [ $? != 0 ]
11     then
12     echo Unit Testing FAILED for module: $module
13     exit 1
14     fi
15     done
16     exit 0

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26