fix java secp256k1 test
Details
Details
- Reviewers
deadalnix Fabien jasonbcox - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING737ff23ed292: [secp256k1] fix java secp256k1 test
rABC737ff23ed292: [secp256k1] fix java secp256k1 test
to run the java secp256k1 tests (including this one):
$ cd src/secp256k1 $ ./autogen.sh $ ./configure --enable-jni --enable-experimental --enable-module-ecdh $ make check-java
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Please provide a detailed test plan. Running the tests is not sufficient as this specific test is not ran by default.
Comment Actions
It should be tested automatically when this is done.
https://reviews.bitcoinabc.org/D2686
Here it is what to do when testing manually
$ cd src/secp256k1 $ ./autogen.sh $ ./configure --enable-jni --enable-experimental --enable-module-ecdh $ make check-java
Comment Actions
Is that test plan sufficient? It would be great if we can get this moving. I already finished the schnorr jni bindings but they depend on this and https://reviews.bitcoinabc.org/D2681. plus another commit that allows compressed/not compressed for ecdsa