OSDN Git Service

Add runtest --path.
authorBrett Chabot <brettchabot@android.com>
Thu, 22 Oct 2009 00:23:01 +0000 (17:23 -0700)
committerBrett Chabot <brettchabot@android.com>
Mon, 26 Oct 2009 19:22:46 +0000 (12:22 -0700)
commit5f385435ea4693549aa2f7ec978fac9b5e9d1791
treeb54a22b7aa4ed7d2521aad11541a3828ebfdf309
parent5bd241f533d7df407aab86696324a61240a49ac2
Add runtest --path.

This supports specifying a file system path to test(s) to run. The path can be
a java test class file, a java package directory, or a parent directory
containing many tests.

This change allows users to run tests independently from test_defs.xml.

BUG 2133198