0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-24 12:41:41 -05:00
bitcoin-bitcoin-core/src/qt/test
Hennadii Stepanov 70713303b6
scripted-diff: Rename PACKAGE_* variables to CLIENT_*
This change ensures consistent use of the `CLIENT_` namespace everywhere
in the repository.

-BEGIN VERIFY SCRIPT-

ren() { sed -i "s/\<$1\>/$2/g" $( git grep -l "$1" ./cmake ./src :\(exclude\)./src/secp256k1 ./test ) ; }

ren PACKAGE_NAME      CLIENT_NAME
ren PACKAGE_VERSION   CLIENT_VERSION_STRING
ren PACKAGE_URL       CLIENT_URL
ren PACKAGE_BUGREPORT CLIENT_BUGREPORT

-END VERIFY SCRIPT-
2024-10-28 12:36:19 +00:00
..
addressbooktests.cpp qt6, test: Use qWarning() instead of QWARN() macro 2024-09-29 14:20:08 +01:00
addressbooktests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
apptests.cpp qt6, test: Use qWarning() instead of QWARN() macro 2024-09-29 14:20:08 +01:00
apptests.h scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
CMakeLists.txt cmake, qt, test: Remove problematic code 2024-10-24 11:27:16 +01:00
optiontests.cpp scripted-diff: Rename PACKAGE_* variables to CLIENT_* 2024-10-28 12:36:19 +00:00
optiontests.h scripted-diff: move settings to common namespace 2023-05-30 17:26:51 +02:00
rpcnestedtests.cpp qt6, test: Handle deprecated QVERIFY_EXCEPTION_THROWN 2024-10-03 19:56:50 +01:00
rpcnestedtests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
test_main.cpp qt: remove UPnP settings 2024-10-24 18:23:29 +02:00
uritests.cpp Add more tests for the BIP21 implementation 2023-06-21 21:34:05 +02:00
uritests.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
util.cpp qt, test: Add missed header 2023-05-16 15:27:43 +01:00
util.h qt, test: Add missed header 2023-05-16 15:27:43 +01:00
wallettests.cpp qt6, test: Use qWarning() instead of QWARN() macro 2024-09-29 14:20:08 +01:00
wallettests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00