If you look at $GLOBUS_LOCATION/test, you'll find most of the
installed unit tests. The C side tends to compile code against the
APIs and use Perl's Test::Harness to manage the individual tests,
while Java code uses Ant to manage JUnit tests.
You can find the source code for the tests by looking at the Makefile
from an installer. The targets will look like;
package_name_test:
$GLOBUS_LOCATION/sbin/gpt-build -srcdir=source-trees/path/to/test/
code
So you can use the srcdir argument to find the source code.
Charles
On Dec 3, 2007, at 12:21 PM, Sergei Smolov wrote:
Hello, List!
Where can I find any information about GT4 testing methods? Most of
all I'm interested in method, which GT developers use in their Unit-
testing.
Sorry for my English, this is first first english-language letter
in my life.