Skip to content

Commit f800c7b

Browse files
authored
Merge pull request #17 from qc-azarrabi/update-docs
update documentations
2 parents d8af0d6 + b229870 commit f800c7b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ On an x86-64 Ubuntu machine, assuming you have a cross-build toolchain along wit
1818
git clone https://github.com/quic/quic-teec.git
1919
cd quic-teec
2020
mkdir build
21+
cd build
2122
cmake .. -DCMAKE_TOOLCHAIN_FILE=CMakeToolchain.txt -DBUILD_UNITTEST=ON
2223
```
2324
Edit `CMakeToolchain.txt` for the toolchain of your choice.

tests/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
You can run the `unittest` binary with the following commands:
44

55
- _QTEE Diagnostics_ `unittest -d`
6-
- _TA loading and running command_ `unittest -l /path/to/ta cmd`
6+
- _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

Comments
 (0)