scripted-diff: Rename test_bitcoin to test/setup_common

-BEGIN VERIFY SCRIPT-
sed -i --regexp-extended -e 's/test_bitcoin\.(h|cpp)/setup_common.\1/g' $(git grep -l test_bitcoin)
git mv ./src/test/test_bitcoin.h   ./src/test/setup_common.h
git mv ./src/test/test_bitcoin.cpp ./src/test/setup_common.cpp
sed -i -e 's/BITCOIN_TEST_TEST_BITCOIN_H/BITCOIN_TEST_SETUP_COMMON_H/g' ./src/test/setup_common.h
-END VERIFY SCRIPT-
This commit is contained in:
MarcoFalke
2019-04-11 09:44:10 -04:00
parent fa8685d49e
commit fa821904bf
88 changed files with 95 additions and 95 deletions

View File

@@ -52,12 +52,12 @@ GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.r
BITCOIN_TEST_SUITE = \
test/main.cpp \
test/test_bitcoin.h \
test/test_bitcoin.cpp
test/setup_common.h \
test/setup_common.cpp
FUZZ_SUITE = \
test/test_bitcoin.h \
test/test_bitcoin.cpp \
test/setup_common.h \
test/setup_common.cpp \
test/fuzz/fuzz.cpp \
test/fuzz/fuzz.h