Parent Directory
|
Revision Log
unit tests now run ok
1 | jgs | 319 | #!/bin/bash |
2 | # $Id: unit_test 153 2005-10-25 01:51:20Z jgs $ | ||
3 | # simple script to run all bruce unit tests | ||
4 | |||
5 | MODULES="BruceTest.exe BruceFactoryTest.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 |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.26 |