Skip to content

Commit d805bf9

Browse files
committed
how to run unit tests, readme
1 parent 208d84d commit d805bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ python build.py --all --boost --sodium
5858
```
5959
The main executable with examples is
6060
```
61-
./out/build/<platform>/frontend/frontend_libOTe -u
61+
./out/build/<platform>/frontend/frontend_libOTe
6262
```
63-
where `<platform>` is the build directory, eg `linux`, `x64-Release`, `osx`, etc.
63+
where `<platform>` is the build directory, eg `linux`, `x64-Release`, `osx`, etc. **Unit Tests** and **example code** can be run with this excutable. Run the program with no options for a list of available options.
6464

6565
### Build Options
6666
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

0 commit comments

Comments
 (0)