dash/src/test
PastaPastaPasta 8a1ec935a0
Backport 11651 (#3358)
* scripted-diff: Replace #include "" with #include <> (ryanofsky)

-BEGIN VERIFY SCRIPT-
for f in \
  src/*.cpp \
  src/*.h \
  src/bench/*.cpp \
  src/bench/*.h \
  src/compat/*.cpp \
  src/compat/*.h \
  src/consensus/*.cpp \
  src/consensus/*.h \
  src/crypto/*.cpp \
  src/crypto/*.h \
  src/crypto/ctaes/*.h \
  src/policy/*.cpp \
  src/policy/*.h \
  src/primitives/*.cpp \
  src/primitives/*.h \
  src/qt/*.cpp \
  src/qt/*.h \
  src/qt/test/*.cpp \
  src/qt/test/*.h \
  src/rpc/*.cpp \
  src/rpc/*.h \
  src/script/*.cpp \
  src/script/*.h \
  src/support/*.cpp \
  src/support/*.h \
  src/support/allocators/*.h \
  src/test/*.cpp \
  src/test/*.h \
  src/wallet/*.cpp \
  src/wallet/*.h \
  src/wallet/test/*.cpp \
  src/wallet/test/*.h \
  src/zmq/*.cpp \
  src/zmq/*.h
do
  base=${f%/*}/ relbase=${base#src/} sed -i "s:#include \"\(.*\)\"\(.*\):if test -e \$base'\\1'; then echo \"#include <\"\$relbase\"\\1>\\2\"; else echo \"#include <\\1>\\2\"; fi:e" $f
done
-END VERIFY SCRIPT-

Signed-off-by: Pasta <pasta@dashboost.org>

* scripted-diff: Replace #include "" with #include <> (Dash Specific)

-BEGIN VERIFY SCRIPT-
for f in \
  src/bls/*.cpp \
  src/bls/*.h \
  src/evo/*.cpp \
  src/evo/*.h \
  src/governance/*.cpp \
  src/governance/*.h \
  src/llmq/*.cpp \
  src/llmq/*.h \
  src/masternode/*.cpp \
  src/masternode/*.h \
  src/privatesend/*.cpp \
  src/privatesend/*.h
do
  base=${f%/*}/ relbase=${base#src/} sed -i "s:#include \"\(.*\)\"\(.*\):if test -e \$base'\\1'; then echo \"#include <\"\$relbase\"\\1>\\2\"; else echo \"#include <\\1>\\2\"; fi:e" $f
done
-END VERIFY SCRIPT-

Signed-off-by: Pasta <pasta@dashboost.org>

* build: Remove -I for everything but project root

Remove -I from build system for everything but the project root,
and built-in dependencies.

Signed-off-by: Pasta <pasta@dashboost.org>

# Conflicts:
#	src/Makefile.test.include

* qt: refactor: Use absolute include paths in .ui files

* qt: refactor: Changes to make include paths absolute

This makes all include paths in the GUI absolute.

Many changes are involved as every single source file in
src/qt/ assumes to be able to use relative includes.

Signed-off-by: Pasta <pasta@dashboost.org>

# Conflicts:
#	src/qt/dash.cpp
#	src/qt/optionsmodel.cpp
#	src/qt/test/rpcnestedtests.cpp

* test: refactor: Use absolute include paths for test data files

* Recommend #include<> syntax in developer notes

* refactor: Include obj/build.h instead of build.h

* END BACKPORT #11651 Remove trailing whitespace causing travis failure

* fix backport 11651

Signed-off-by: Pasta <pasta@dashboost.org>

* More of 11651

* fix blockchain.cpp

Signed-off-by: pasta <pasta@dashboost.org>

* Add missing "qt/" in includes

* Add missing "test/" in includes

* Fix trailing whitespaces

Co-authored-by: Wladimir J. van der Laan <laanwj@gmail.com>
Co-authored-by: Russell Yanofsky <russ@yanofsky.org>
Co-authored-by: MeshCollider <dobsonsa68@gmail.com>
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2020-03-20 01:46:56 +03:00
..
data Merge #10679: Document the non-DER-conformance of one test in tx_valid.json. 2020-01-01 22:31:14 -06:00
addrman_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
allocator_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
amount_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
arith_uint256_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
base32_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
base58_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
base64_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bip32_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bip39_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
blockchain_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
blockencodings_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bloom_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bls_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bswap_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
cachemap_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
cachemultimap_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
checkqueue_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
coins_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
compress_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
crypto_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
cuckoocache_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
dbwrapper_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
DoS_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
evo_deterministicmns_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
evo_simplifiedmns_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
getarg_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
governance_validators_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
hash_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
key_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
limitedmap_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
main_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
Makefile
mempool_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
merkle_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
miner_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
multisig_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
net_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
netbase_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
pmt_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
policyestimator_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
pow_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
prevector_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
privatesend_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
raii_event_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
random_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
ratecheck_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
README.md Merge #11219: [docs] explain how to recompile a modified unit test 2020-01-01 22:31:14 -06:00
reverselock_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
rpc_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
sanity_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
scheduler_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_P2PK_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_P2PKH_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_P2SH_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_standard_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
scriptnum10.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
scriptnum_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
serialize_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
sighash_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
sigopcount_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
skiplist_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
streams_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
subsidy_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
test_dash_fuzzy.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
test_dash_main.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
test_dash.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
test_dash.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
timedata_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
torcontrol_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
transaction_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
txvalidationcache_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
uint256_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
util_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
versionbits_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00

Compiling/running unit tests

Unit tests will be automatically compiled if dependencies were met in ./configure and tests weren't explicitly disabled.

After configuring, they can be run with make check.

To run the dashd tests manually, launch src/test/test_dash. To recompile after a test file was modified, run make and then run the test again. If you modify a non-test file, use make -C src/test to recompile only what's needed to run the dashd tests.

To add more dashd 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 dash-qt tests manually, launch src/qt/test/test_dash-qt

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

Running individual tests

test_dash has some built-in command-line arguments; for example, to run just the getarg_tests verbosely:

test_dash --log_level=all --run_test=getarg_tests

... or to run just the doubledash test:

test_dash --run_test=getarg_tests/doubledash

Run test_dash --help for the full list.

Note on adding test cases

The sources in this directory are unit test cases. Boost includes a unit testing framework, and since Dash Core already uses boost, it makes sense to simply use this framework rather than require developers to configure some other framework (we want as few impediments to creating unit tests as possible).

The build system is setup to compile an executable called test_dash that runs all of the unit tests. The main source file is called test_dash.cpp. To add a new unit test file to our test suite you need to add the file to src/Makefile.test.include. The pattern is to create one test file for each class or source file for which you want to create unit tests. The file naming convention is <source_filename>_tests.cpp and such files should wrap their tests in a test suite called <source_filename>_tests. For an example of this pattern, examine uint256_tests.cpp.

For further reading, I found the following website to be helpful in explaining how the boost unit test framework works: http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/.