Skip to content

Commit

Permalink
[Docs] Add information about ABI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Zaborski <[email protected]>
  • Loading branch information
oshogbo committed Jun 1, 2022
1 parent d42e0cc commit f6731c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/devel/onboarding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@ fine on native Linux but fails under Gramine::
$ gramine-test pytest -v
$ gramine-test --sgx pytest -v

# build and run LibOS ABI tests (currently only for x86_64)
$ cd LibOS/shim/test/abi/${arch}
$ gramine-test pytest -v
$ gramine-test --sgx pytest -v

# build and run LibOS FS tests
$ cd LibOS/shim/test/fs
$ gramine-test pytest -v
Expand Down

0 comments on commit f6731c2

Please sign in to comment.