Skip to content

Commit

Permalink
Fix typo in unit-tests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldenman committed Dec 16, 2013
1 parent 93a7861 commit ba4ceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 manualy, launch src/qt/test/bitcoin-qt_test
To run the bitcoin-qt tests manually, launch src/qt/test/bitcoin-qt_test

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

0 comments on commit ba4ceb1

Please sign in to comment.