Skip to content

Commit fb82df0

Browse files
committed
how to run unit tests, readme
1 parent d5e2c72 commit fb82df0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ python build.py --all --boost --sodium
5858
```
5959
The main executable with examples is `frontend` and is located in the build directory, eg `out/build/linux/frontend/frontend, out/build/x64-Release/frontend/frontend.exe` depending on the OS.
6060

61+
### Unit Tests
62+
The unit tests can be run with the following command
63+
```
64+
./out/build/<platform>/frontend/frontend_libOTe -u
65+
```
66+
where `<platform>` is the build directory, eg `linux`, `x64-Release`, `osx`, etc.
67+
6168
### Build Options
6269
LibOTe can be built with various only the selected protocols enabled. `-D ENABLE_ALL_OT=ON` will enable all available protocols depending on platform/dependencies. The `ON`/`OFF` options include
6370

0 commit comments

Comments
 (0)