monero/tests/unit_tests
iamamyth f48a73d919 tests: Fix tools::is_hdd unit tests
Correct the unit tests for tools::is_hdd to avoid making assumptions
about the configuration of a particular device based solely on the
value of the __GLIBC__ preprocessor flag. Instead, rely on the
test invoker to provide paths for devices of specific types via
the process environment, thereby avoiding faulty assumptions and
improving the specificity of test assertions. To ensure appropriate
devices exist, add a script, tests/create_test_disks.sh, which
configures loopback devices mirroring relevant configurations.
2025-01-24 23:11:47 -08:00
..
account.cpp
address_from_url.cpp
aligned.cpp
apply_permutation.cpp
base58.cpp
block_queue.cpp
block_reward.cpp
blockchain_db.cpp
bootstrap_node_selector.cpp
bulletproofs_plus.cpp
bulletproofs.cpp
canonical_amounts.cpp
chacha.cpp
checkpoints.cpp
CMakeLists.txt cmake: use pkgconfig to find zeromq 2024-12-23 17:12:22 +01:00
command_line.cpp
crypto.cpp
decompose_amount_into_digits.cpp
device.cpp
difficulty.cpp
dns_resolver.cpp tests: fix IPv4Success, DNSSECSuccess 2025-01-15 20:28:33 +01:00
epee_boosted_tcp_server.cpp Fix build with boost ASIO 1.87. Support boost 1.66+ 2025-01-06 18:05:25 -05:00
epee_levin_protocol_handler_async.cpp Fix build with boost ASIO 1.87. Support boost 1.66+ 2025-01-06 18:05:25 -05:00
epee_serialization.cpp
epee_utils.cpp Merge pull request #9507 2024-12-23 10:41:09 -05:00
expect.cpp
get_xtype_from_string.cpp
hardfork.cpp
hashchain.cpp
hmac_keccak.cpp
http.cpp
is_hdd.cpp tests: Fix tools::is_hdd unit tests 2025-01-24 23:11:47 -08:00
json_serialization.cpp
json_serialization.h
keccak.cpp
levin.cpp Fix build with boost ASIO 1.87. Support boost 1.66+ 2025-01-06 18:05:25 -05:00
lmdb.cpp
logging.cpp
long_term_block_weight.cpp
main.cpp
memwipe.cpp
mlocker.cpp
mnemonics.cpp
mul_div.cpp
multiexp.cpp
multisig.cpp
net.cpp Fix build with boost ASIO 1.87. Support boost 1.66+ 2025-01-06 18:05:25 -05:00
node_server.cpp Merge pull request #9459 2025-01-22 22:39:57 +00:00
notify.cpp
output_distribution.cpp
output_selection.cpp
parse_amount.cpp
pruning.cpp
random.cpp
ringct.cpp
ringdb.cpp
rolling_median.cpp
rpc_version_str.cpp
scaling_2021.cpp
serialization.cpp
sha256.cpp
slow_memmem.cpp
subaddress.cpp
test_notifier.cpp
test_peerlist.cpp
test_protocol_pack.cpp
test_tx_utils.cpp
threadpool.cpp
tx_proof.cpp
unbound.cpp
unit_tests_utils.h
uri.cpp
util.cpp
variant.cpp unit_tests: fix variant tests after 'optional' name split 2024-12-24 13:55:18 -06:00
varint.cpp
ver_rct_non_semantics_simple_cached.cpp
vercmp.cpp
wallet_storage.cpp
wipeable_string.cpp
zmq_rpc.cpp