Parent Directory
|
Revision Log
|
Patch
revision 82 by jgs, Tue Oct 26 06:53:54 2004 UTC | revision 117 by jgs, Fri Apr 1 05:48:57 2005 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | # $Id$ | # $Id$ |
3 | # simple script to run all finley unit tests | # simple script to run all finley unit tests |
4 | ||
5 | MODULES="MeshAdapter SystemMatrixAdapter" | MODULES="MeshAdapter SystemMatrixAdapter MMtest" |
6 | ||
7 | for module in $MODULES ; do \ | for module in $MODULES ; do \ |
8 | (echo Testing: $module; cd $module; ./unit_test) \ | (echo Testing: $module; cd $module; ./unit_test) \ |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |