We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8af0d6 commit ebd1f30Copy full SHA for ebd1f30
tests/README.md
@@ -3,4 +3,7 @@
3
You can run the `unittest` binary with the following commands:
4
5
- _QTEE Diagnostics_ `unittest -d`
6
-- _TA loading and running command_ `unittest -l /path/to/ta cmd`
+- _TA loading and running command_ `unittest -l <path to TA binary> <type> <command>`
7
+ type is 0 to use TEE_IOCTL_PARAM_ATTR_TYPE_UBUF_INPUT or
8
+ 1 to use TEE_IOC_SHM_ALLOC for memory sharing.
9
+ command is 0
0 commit comments