Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test ibart #5

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Makefile
out
.project
*.swp
a
b
foo
5 changes: 5 additions & 0 deletions .ibart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
run_local_definitions: False

build:
- cmd: sleep 10
timeout: 15
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# OP-TEE Client API

This is an IBART test!

The optee-client git, containing the source code for the TEE client library in
Linux. This component provides the TEE Client API as defined by the
GlobalPlatform TEE standard. It is distributed under the BSD 2-clause
Expand Down