summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:48:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:48:11 +0000
commit4d50ffae11a11d333815dd53c6ac5a74ed24ac1b (patch)
treed4497b0d7a28a9ed7bf990a7669e8260e272a2db
parentf21bac18b7907b5e0a6dfb386cc8c954192c0b51 (diff)
parent780e2813a329152ed3762087924e2c0e2dd469ee (diff)
downloadapf-aml_tz3_314012010.tar.gz
Change-Id: I8e481bc8b3bf630d7de6848c3a50337251ce5431
-rw-r--r--Android.bp4
-rw-r--r--TEST_MAPPING4
2 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index dad6f38..c0d3722 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,6 +74,7 @@ sh_test_host {
name: "apf_run_test",
src: "apf_run_test.sh",
filename: "apf_run_test.sh",
+ test_suites: ["general-tests"],
test_config: "apf_run_test.xml",
data: ["testdata/*"],
data_bins: ["apf_run"],
@@ -85,7 +86,4 @@ sh_test_host {
enabled: false,
},
},
- test_options: {
- unit_test: true,
- },
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
index f590b05..564bf92 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,5 +1,7 @@
{
"presubmit": [
- { "name": "NetworkStackTests" }
+ { "name": "NetworkStackTests" },
+ { "name": "apf_run_test",
+ "host": true }
]
}