]> Git Repo - VerusCoin.git/blame - doc/unit-tests.md
win32: add version info to bitcoind.exe
[VerusCoin.git] / doc / unit-tests.md
CommitLineData
35b8af92 1Compiling/running unit tests
fab7858a
GA
2------------------------------------
3
35b8af92
CF
4Unit tests will be automatically compiled if dependencies were met in configure
5and tests weren't explicitly disabled.
fab7858a 6
35b8af92 7After configuring, they can be run with 'make check'.
2341e9b5 8
35b8af92 9To run the bitcoind tests manually, launch src/test/test_bitcoin .
fab7858a 10
35b8af92 11To add more bitcoind tests, add `BOOST_AUTO_TEST_CASE` functions to the existing
fab7858a 12.cpp files in the test/ directory or add new .cpp files that
35b8af92 13implement new BOOST_AUTO_TEST_SUITE sections.
fab7858a 14
35b8af92 15To run the bitcoin-qt tests manualy, launch src/qt/test/bitcoin-qt_test
2341e9b5 16
35b8af92
CF
17To add more bitcoin-qt tests, add them to the `src/qt/test/` directory and
18the `src/qt/test/test_main.cpp` file.
This page took 0.03676 seconds and 4 git commands to generate.