Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ add_library(bitcoin_common STATIC EXCLUDE_FROM_ALL
common/messages.cpp
common/netif.cpp
common/pcp.cpp
common/run_command.cpp
common/settings.cpp
common/signmessage.cpp
common/system.cpp
Expand Down
40 changes: 0 additions & 40 deletions src/common/run_command.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions src/common/run_command.h

This file was deleted.

4 changes: 0 additions & 4 deletions src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ add_executable(test_bitcoin
miniminer_tests.cpp
miniscript_tests.cpp
minisketch_tests.cpp
mock_process.cpp
multisig_tests.cpp
bip328_tests.cpp
net_peer_connection_tests.cpp
Expand Down Expand Up @@ -101,7 +100,6 @@ add_executable(test_bitcoin
streams_tests.cpp
sync_tests.cpp
system_ram_tests.cpp
system_tests.cpp
testnet4_miner_tests.cpp
threadpool_tests.cpp
timeoffsets_tests.cpp
Expand Down Expand Up @@ -175,8 +173,6 @@ function(add_boost_test source_file)
list(TRANSFORM test_suite_macro
REPLACE "(BOOST_FIXTURE_TEST_SUITE|BOOST_AUTO_TEST_SUITE)\\(" ""
)
# The mock_process test suite does not contain unit tests.
list(REMOVE_ITEM test_suite_macro "mock_process")
foreach(test_suite_name IN LISTS test_suite_macro)
add_test(NAME ${test_suite_name}
COMMAND test_bitcoin --run_test=${test_suite_name} --catch_system_error=no --log_level=test_suite -- -printtoconsole=1
Expand Down
40 changes: 0 additions & 40 deletions src/test/mock_process.cpp

This file was deleted.

92 changes: 0 additions & 92 deletions src/test/system_tests.cpp

This file was deleted.

1 change: 0 additions & 1 deletion test/lint/lint-includes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
] + SHARED_EXCLUDED_SUBTREES

EXPECTED_BOOST_INCLUDES = [
"boost/cstdlib.hpp",
"boost/multi_index/detail/hash_index_iterator.hpp",
"boost/multi_index/hashed_index.hpp",
"boost/multi_index/identity.hpp",
Expand Down
Loading