diff options
author | Brett Chabot <brettchabot@android.com> | 2010-02-19 10:49:27 -0800 |
---|---|---|
committer | Brett Chabot <brettchabot@android.com> | 2010-02-20 17:29:05 -0800 |
commit | e70f61b1160e953e5e4d18d30a463fa9ba821779 (patch) | |
tree | 763d50921749fb256c7e2b656db045ee21277b06 /test-runner/src/junit/runner/package.html | |
parent | fda25347b8aaa860e0fdbc972c0f4411c85f8fa3 (diff) | |
download | frameworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.zip frameworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.tar.gz frameworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.tar.bz2 |
Retry test-runner tests move.
This time change the frameworks makefile so it only includes test-runner/src
in the public API.
Diffstat (limited to 'test-runner/src/junit/runner/package.html')
-rw-r--r-- | test-runner/src/junit/runner/package.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-runner/src/junit/runner/package.html b/test-runner/src/junit/runner/package.html new file mode 100644 index 0000000..f08fa70 --- /dev/null +++ b/test-runner/src/junit/runner/package.html @@ -0,0 +1,5 @@ +<HTML> +<BODY> +Utility classes supporting the junit test framework. +</BODY> +</HTML> |