forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fa19a58 HelpMessage: Don't hide -mintxfee behind showDebug (MarcoFalke) faffc17 rpcwallet: Clarify what settxfee does (MarcoFalke) 9999cb0 Fix url in .travis.yml (MarcoFalke) fa22a10 contrib: Del. gitian downloader config and update gitian README (MarcoFalke) fad3035 [doc] Minor markdown fixes (MarcoFalke)
- Loading branch information
Showing
9 changed files
with
27 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Compiling/running unit tests | ||
------------------------------------ | ||
|
||
Unit tests will be automatically compiled if dependencies were met in configure | ||
Unit tests will be automatically compiled if dependencies were met in `./configure` | ||
and tests weren't explicitly disabled. | ||
|
||
After configuring, they can be run with 'make check'. | ||
After configuring, they can be run with `make check`. | ||
|
||
To run the bitcoind tests manually, launch src/test/test_bitcoin . | ||
To run the bitcoind tests manually, launch `src/test/test_bitcoin`. | ||
|
||
To add more bitcoind tests, add `BOOST_AUTO_TEST_CASE` functions to the existing | ||
.cpp files in the test/ directory or add new .cpp files that | ||
.cpp files in the `test/` directory or add new .cpp files that | ||
implement new BOOST_AUTO_TEST_SUITE sections. | ||
|
||
To run the bitcoin-qt tests manually, launch src/qt/test/test_bitcoin-qt | ||
To run the bitcoin-qt tests manually, launch `src/qt/test/test_bitcoin-qt` | ||
|
||
To add more bitcoin-qt tests, add them to the `src/qt/test/` directory and | ||
the `src/qt/test/test_main.cpp` file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters