OSDN Git Service

Add support for running host java tests to runtest.
authorBrett Chabot <brettchabot@google.com>
Fri, 26 Jun 2009 00:57:31 +0000 (17:57 -0700)
committerBrett Chabot <brettchabot@google.com>
Fri, 26 Jun 2009 21:31:52 +0000 (14:31 -0700)
commit74952ed2158e78a45d11c4b8c9afff12c5d7571d
treec562c7d9e20a1bfbf9238ede4275d18fd5aeeefe
parent4185a96bd9437b6a1e0cd5ca322158e2733b00ae
Add support for running host java tests to runtest.

With this change, also refactored runtest as follows: Modified the
test suite schema and python implementation to have an inheritance
structure.  Each test type has its own python module, which will
also handle the logic of running the test.