summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-04-02 06:36:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 06:36:37 +0000
commit4102909b6b20c594b9d73657affeb58ca58a7d83 (patch)
treeb295a96ba350a3dba92b65de55e69081dd51cacf
parentdde7ffd67e098041bf1c2319733b77da17a90c28 (diff)
parenta0aa7967b5cc0ed236d054d978c040e7d98dbb15 (diff)
downloadlibfmq-4102909b6b20c594b9d73657affeb58ca58a7d83.tar.gz
Merge "Mark an integration tests python_test_host as not unit tests" am: 123f57f75d am: 77f8de2a4c am: a0aa7967b5
Original change: https://android-review.googlesource.com/c/platform/system/libfmq/+/1659460 Change-Id: Ief141f642f82e2954be94705b13b24ffca1c42c9
-rw-r--r--tests/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index ba68cd5..ec38cea 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -28,6 +28,9 @@ python_test_host {
"fmq_test_client",
],
test_suites: ["general-tests", "vts"],
+ test_options: {
+ unit_test: false,
+ },
}
cc_test {