test: Use test_bitcoin setup in bench, Add test utils

This commit is contained in:
MarcoFalke
2019-04-10 14:57:19 -04:00
parent 666696b673
commit fa8685d49e
9 changed files with 152 additions and 135 deletions

View File

@@ -20,6 +20,10 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\test\util.h" />
<ClCompile Include="..\..\src\test\util.cpp" />
<ClCompile Include="..\..\src\test\test_bitcoin.h" />
<ClCompile Include="..\..\src\test\test_bitcoin.cpp" />
<ClCompile Include="..\..\src\bench\base58.cpp" />
<ClCompile Include="..\..\src\bench\bech32.cpp" />
<ClCompile Include="..\..\src\bench\bench.cpp" />