Skip to content

Commit e9c1900

Browse files
committed
Merge #15398: msvc: add rapidcheck property tests
d067e81 msvc: add rapid check property tests (Chun Kuan Lee) Pull request description: This PR add the property tests into the binaries built by MSVC. And another trivial change is that I reordered the appveyor package list. Tree-SHA512: 25d66db464beb7b512cc1f88d8557d6a047000a97d78f49884bb91a65ec142e0458039c919f51bf73413359fcf3e63e1ea4d76586b862f1c140d2ca05ee8b23d
2 parents f60d029 + d067e81 commit e9c1900

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clone_depth: 5
77
environment:
88
APPVEYOR_SAVE_CACHE_ON_ERROR: true
99
CLCACHE_SERVER: 1
10-
PACKAGES: boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb
10+
PACKAGES: berkeleydb boost-filesystem boost-signals2 boost-test libevent openssl rapidcheck zeromq
1111
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
1212
PYTHONUTF8: 1
1313
cache:

build_msvc/test_bitcoin/test_bitcoin.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
</ItemGroup>
2222
<ItemGroup>
2323
<ClCompile Include="..\..\src\test\*_tests.cpp" />
24+
<ClCompile Include="..\..\src\test\*_properties.cpp" />
25+
<ClCompile Include="..\..\src\test\gen\*_gen.cpp" />
2426
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
2527
<ClCompile Include="..\..\src\test\test_bitcoin.cpp" />
2628
<ClCompile Include="..\..\src\test\test_bitcoin_main.cpp" />

0 commit comments

Comments
 (0)