Parent Directory
|
Revision Log
remove MeshAdapter test for now - will only work with scons build system
1 | jgs | 151 | #!/bin/bash |
2 | jgs | 82 | # $Id$ |
3 | # simple script to run all finley unit tests | ||
4 | |||
5 | jgs | 206 | MODULES="" |
6 | jgs | 82 | |
7 | jgs | 147 | for module in $MODULES ; do |
8 | echo Testing: $module | ||
9 | cd $module | ||
10 | ./unit_test | ||
11 | if [ $? != 0 ] | ||
12 | then | ||
13 | echo Unit Testing FAILED for module: $module | ||
14 | exit 1 | ||
15 | fi | ||
16 | cd .. | ||
17 | jgs | 82 | done |
18 | jgs | 147 | exit 0 |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |