aboutsummaryrefslogtreecommitdiff
path: root/fastdeploy/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'fastdeploy/Android.bp')
-rw-r--r--fastdeploy/Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/fastdeploy/Android.bp b/fastdeploy/Android.bp
index 29d42d3e..84e62c62 100644
--- a/fastdeploy/Android.bp
+++ b/fastdeploy/Android.bp
@@ -77,6 +77,12 @@ android_test {
optimize: {
enabled: false,
},
+
+ test_config: "FastDeployTests.xml",
+
+ test_suites: [
+ "general-tests",
+ ],
}
java_test_host {
@@ -85,7 +91,6 @@ java_test_host {
"deployagent/test/com/android/fastdeploy/FastDeployTest.java",
],
data: [
- ":FastDeployTests",
"testdata/helloworld5.apk",
"testdata/helloworld7.apk",
"testdata/sample.apk",
@@ -99,4 +104,5 @@ java_test_host {
test_suites: [
"general-tests",
],
+ test_config: "FastDeployHostDrivenTests.xml",
}