Skip to content

Commit 208d84d

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,11 @@ git clone https://github.com/osu-crypto/libOTe.git
5656
cd libOTe
5757
python build.py --all --boost --sodium
5858
```
59-
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.
60-
61-
### Unit Tests
62-
The unit tests can be run with the following command
59+
The main executable with examples is
6360
```
6461
./out/build/<platform>/frontend/frontend_libOTe -u
6562
```
66-
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.
6764

6865
### Build Options
6966
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)