/[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 319 - (hide annotations)
Tue Dec 6 04:25:37 2005 UTC (17 years, 3 months ago) by jgs
File size: 300 byte(s)
temporary unit tests scripts
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     $module
10     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