Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ do `./build.sh java` in the top level directory or just do `./build.sh` in this

Run `./build.sh --run-java-tests` from this directory.

To run a single test:
```sh
cd cuvs-java/
mvn verify -Dintegration-test=com.nvidia.cuvs.CagraBuildAndSearchIT
```
Be sure to set (manually, if needed) your `LD_LIBRARY_PATH` to include the directory with the appropriate (matching)
version of `libcuvs.so`.
Comment on lines +33 to +34
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Also, ensure that your panama bindings are up-to-date. They can be re-generated by running:
```sh
./panama-bindings/generate-bindings.sh
```


## Examples

Expand Down