Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 319 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 319 Bytes

SGX-GoogleTest

Writing Intel SGX Unit Tests with GoogleTest

Read how to start writing your own tests in this blog post.

Build

mkdir build && cd build
cmake -S .. -B . && cmake --build .

Run tests

ctest