summaryrefslogtreecommitdiff
path: root/transport/base
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2020-02-04 11:16:01 -0800
committerSteven Moreland <smoreland@google.com>2020-02-04 11:16:48 -0800
commitd12c2059085f11dcb9d18fe80d8fd21235724a83 (patch)
tree7602f12000e998bafbe74c7a41d00ac99fbe2942 /transport/base
parent4fc43b48e598cf3da7254bddb49d855de61db75e (diff)
downloadlibhidl-d12c2059085f11dcb9d18fe80d8fd21235724a83.tar.gz
Add vts_ibase_test to vts-core.
This sanity-test checks basic APIs which are available on all HALs. For instance, by checking the validity of init rc interface files, we ensure that the framework can rely on the accuracy of this information in the future. Bug: N/A Test: N/A Change-Id: Iebdb605b9e53b4b4d6da3f8a7815aee0e1b315d7
Diffstat (limited to 'transport/base')
-rw-r--r--transport/base/1.0/vts/functional/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/transport/base/1.0/vts/functional/Android.bp b/transport/base/1.0/vts/functional/Android.bp
index 38b03f7..5a7b227 100644
--- a/transport/base/1.0/vts/functional/Android.bp
+++ b/transport/base/1.0/vts/functional/Android.bp
@@ -32,4 +32,8 @@ cc_test {
static_libs: [
"libinit_test_utils",
],
+ test_suites: [
+ "vts-core",
+ ],
+ require_root: true,
}