diff options
| author | Pieter Wuille <[email protected]> | 2015-02-13 22:11:25 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-02-13 22:11:30 -0800 |
| commit | d8ed3bd8eeeee74bec1b5aa797052b5cfa58dfe6 (patch) | |
| tree | 27917dafa607ae1ebf8a22a62b9c525e5a39d264 | |
| parent | Merge #5790: gitian: don't add . to tar list (diff) | |
| parent | Fix filename for testing QT. (diff) | |
| download | discoin-d8ed3bd8eeeee74bec1b5aa797052b5cfa58dfe6.tar.xz discoin-d8ed3bd8eeeee74bec1b5aa797052b5cfa58dfe6.zip | |
Merge #5792: Fix filename for testing QT.
f9a8fc4 Fix filename for testing QT. (Jonathan Brown)
| -rw-r--r-- | doc/unit-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/unit-tests.md b/doc/unit-tests.md index f1d3a8bc5..72613054b 100644 --- a/doc/unit-tests.md +++ b/doc/unit-tests.md @@ -12,7 +12,7 @@ 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 implement new BOOST_AUTO_TEST_SUITE sections. -To run the bitcoin-qt tests manually, launch src/qt/test/bitcoin-qt_test +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. |