msvc: add rapid check property tests
This commit is contained in:
parent
ebc6542d98
commit
d067e81dcf
2 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ clone_depth: 5
|
||||||
environment:
|
environment:
|
||||||
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||||
CLCACHE_SERVER: 1
|
CLCACHE_SERVER: 1
|
||||||
PACKAGES: boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb
|
PACKAGES: berkeleydb boost-filesystem boost-signals2 boost-test libevent openssl rapidcheck zeromq
|
||||||
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
|
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
|
||||||
PYTHONUTF8: 1
|
PYTHONUTF8: 1
|
||||||
cache:
|
cache:
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\src\test\*_tests.cpp" />
|
<ClCompile Include="..\..\src\test\*_tests.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\test\*_properties.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\test\gen\*_gen.cpp" />
|
||||||
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
|
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
|
||||||
<ClCompile Include="..\..\src\test\test_bitcoin.cpp" />
|
<ClCompile Include="..\..\src\test\test_bitcoin.cpp" />
|
||||||
<ClCompile Include="..\..\src\test\test_bitcoin_main.cpp" />
|
<ClCompile Include="..\..\src\test\test_bitcoin_main.cpp" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue