Browse Source

Add createRandomTest.cpp to TestEhereum Visual Studio project

cl-refactor
Paweł Bylica 10 years ago
parent
commit
055097bc1f
  1. 1
      windows/TestEthereum.vcxproj
  2. 1
      windows/TestEthereum.vcxproj.filters

1
windows/TestEthereum.vcxproj

@ -159,6 +159,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\test\boostTest.cpp" />
<ClCompile Include="..\test\createRandomTest.cpp" />
<ClCompile Include="..\test\crypto.cpp" />
<ClCompile Include="..\test\dagger.cpp" />
<ClCompile Include="..\test\fork.cpp" />

1
windows/TestEthereum.vcxproj.filters

@ -20,6 +20,7 @@
<ClCompile Include="..\test\fork.cpp" />
<ClCompile Include="..\test\network.cpp" />
<ClCompile Include="..\test\TestHelper.cpp" />
<ClCompile Include="..\test\createRandomTest.cpp" />
</ItemGroup>
<ItemGroup>
<Filter Include="Windows">

Loading…
Cancel
Save