Skip to content

Commit f9a8fc4

Browse files
committed
Fix filename for testing QT.
1 parent c70cdbc commit f9a8fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/unit-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To add more bitcoind tests, add `BOOST_AUTO_TEST_CASE` functions to the existing
1212
.cpp files in the test/ directory or add new .cpp files that
1313
implement new BOOST_AUTO_TEST_SUITE sections.
1414

15-
To run the bitcoin-qt tests manually, launch src/qt/test/bitcoin-qt_test
15+
To run the bitcoin-qt tests manually, launch src/qt/test/test_bitcoin-qt
1616

1717
To add more bitcoin-qt tests, add them to the `src/qt/test/` directory and
1818
the `src/qt/test/test_main.cpp` file.

0 commit comments

Comments
 (0)