Parent Directory
|
Revision Log
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 |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |