summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go
index 2f67cdaaa..30a8ca682 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -486,6 +486,13 @@ func TestPrebuilts(t *testing.T) {
name: "stubs-source",
srcs: ["stubs/sources"],
}
+
+ java_test_import {
+ name: "test",
+ jars: ["a.jar"],
+ test_suites: ["cts"],
+ test_config: "AndroidTest.xml",
+ }
`)
fooModule := ctx.ModuleForTests("foo", "android_common")