aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/test_bitcoin/test_bitcoin.vcxproj
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-04-11 09:44:10 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-04-11 10:12:36 -0400
commitfa821904bf8870d8957a82ea65c0c7a8e84272a6 (patch)
tree80eb6dd8316c9ecd9540d96abc6cc388ea9a3b38 /build_msvc/test_bitcoin/test_bitcoin.vcxproj
parentfa8685d49ed8e52b1220a89f669dac63bef172bc (diff)
downloadbitcoin-fa821904bf8870d8957a82ea65c0c7a8e84272a6.tar.xz
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-
Diffstat (limited to 'build_msvc/test_bitcoin/test_bitcoin.vcxproj')
-rw-r--r--build_msvc/test_bitcoin/test_bitcoin.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/test_bitcoin/test_bitcoin.vcxproj b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
index a08e708f81..92fe95bddc 100644
--- a/build_msvc/test_bitcoin/test_bitcoin.vcxproj
+++ b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
@@ -24,7 +24,7 @@
<ClCompile Include="..\..\src\test\*_properties.cpp" />
<ClCompile Include="..\..\src\test\gen\*_gen.cpp" />
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
- <ClCompile Include="..\..\src\test\test_bitcoin.cpp" />
+ <ClCompile Include="..\..\src\test\setup_common.cpp" />
<ClCompile Include="..\..\src\test\main.cpp" />
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
</ItemGroup>