mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
-BEGIN VERIFY SCRIPT- # Move files for f in $(git ls-files src/test/lib/); do git mv $f src/test/util/; done git mv src/test/setup_common.cpp src/test/util/ git mv src/test/setup_common.h src/test/util/ # Replace Windows paths sed -i -e 's|\\setup_common|\\util\\setup_common|g' $(git grep -l '\\setup_common') sed -i -e 's|src\\test\\lib\\|src\\test\\util\\|g' build_msvc/test_bitcoin/test_bitcoin.vcxproj # Everything else sed -i -e 's|/setup_common|/util/setup_common|g' $(git grep -l 'setup_common') sed -i -e 's|test/lib/|test/util/|g' $(git grep -l 'test/lib/') # Fix include guard sed -i -e 's|BITCOIN_TEST_SETUP_COMMON_H|BITCOIN_TEST_UTIL_SETUP_COMMON_H|g' ./src/test/util/setup_common.h sed -i -e 's|BITCOIN_TEST_LIB_|BITCOIN_TEST_UTIL_|g' $(git grep -l 'BITCOIN_TEST_LIB_') -END VERIFY SCRIPT- |
||
|---|---|---|
| .. | ||
| data | ||
| .gitignore | ||
| base58.cpp | ||
| bech32.cpp | ||
| bench.cpp | ||
| bench.h | ||
| bench_bitcoin.cpp | ||
| block_assemble.cpp | ||
| ccoins_caching.cpp | ||
| chacha20.cpp | ||
| chacha_poly_aead.cpp | ||
| checkblock.cpp | ||
| checkqueue.cpp | ||
| coin_selection.cpp | ||
| crypto_hash.cpp | ||
| data.cpp | ||
| data.h | ||
| duplicate_inputs.cpp | ||
| examples.cpp | ||
| gcs_filter.cpp | ||
| lockedpool.cpp | ||
| mempool_eviction.cpp | ||
| mempool_stress.cpp | ||
| merkle_root.cpp | ||
| poly1305.cpp | ||
| prevector.cpp | ||
| rollingbloom.cpp | ||
| rpc_blockchain.cpp | ||
| rpc_mempool.cpp | ||
| util_time.cpp | ||
| verify_script.cpp | ||
| wallet_balance.cpp | ||