]> Git Repo - VerusCoin.git/blob - doc/unit-tests.md
Merge #5792: Fix filename for testing QT.
[VerusCoin.git] / doc / unit-tests.md
1 Compiling/running unit tests
2 ------------------------------------
3
4 Unit tests will be automatically compiled if dependencies were met in configure
5 and tests weren't explicitly disabled.
6
7 After configuring, they can be run with 'make check'.
8
9 To run the bitcoind tests manually, launch src/test/test_bitcoin .
10
11 To add more bitcoind tests, add `BOOST_AUTO_TEST_CASE` functions to the existing
12 .cpp files in the test/ directory or add new .cpp files that
13 implement new BOOST_AUTO_TEST_SUITE sections.
14
15 To run the bitcoin-qt tests manually, launch src/qt/test/test_bitcoin-qt
16
17 To add more bitcoin-qt tests, add them to the `src/qt/test/` directory and
18 the `src/qt/test/test_main.cpp` file.
This page took 0.024431 seconds and 4 git commands to generate.