Parent Directory
|
Revision Log
Initial revision
1 | #!/bin/env bash |
2 | # $Id$ |
3 | # simple script to run all finley unit tests |
4 | |
5 | MODULES="MeshAdapter SystemMatrixAdapter" |
6 | |
7 | for module in $MODULES ; do \ |
8 | (echo Testing: $module; cd $module; ./unit_test) \ |
9 | done |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |