summaryrefslogtreecommitdiff
path: root/scripts/test-map
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-map')
-rw-r--r--scripts/test-map8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/test-map b/scripts/test-map
index cc74cea..dd304eb 100644
--- a/scripts/test-map
+++ b/scripts/test-map
@@ -478,6 +478,14 @@
"echo 0 >/sys/module/trusty_core/parameters/use_high_wq"
"&&"
"wait"),
+
+ # Test Binder RPC between Android and Trusty
+ androidtest(name="binder-rpc-to-trusty-test",
+ # Test is run manually by the test_binder target
+ enabled=False,
+ command="/data/nativetest64/vendor/"
+ "binderRpcToTrustyTest/"
+ "binderRpcToTrustyTest"),
],
),
]