Author: Jorge Timón 2014-08-06 10:01:39
Published on: 2014-08-06T10:01:39+00:00
To build with the jar file, users should use "./configure --disable-silent-rules --disable-ccache --with-comparison-tool=/path/to/your/BitcoindComparisonTool.jar" instead of the regular "./configure". "make check" will run most of the tests the pull tester does. The BitcoindComparisonTool entry point can be found here: https://github.com/bitcoinj/bitcoinj/blob/master/core/src/test/java/com/google/bitcoin/core/BitcoindComparisonTool.java. However, in the near future, the library will have a new namespace from com.google.bitcoin to org.bitcoinj, and this link will break. The code itself is an example of copy/paste coding and will be refactored soon by Matt. Therefore, anyone who wants to add tests to the framework should coordinate with Matt first to avoid conflicts with a big refactor/rewrite.
Updated on: 2023-06-09T01:51:14.628733+00:00