Skip to content

Commit d067e81

Browse files
committed
msvc: add rapid check property tests
1 parent ebc6542 commit d067e81

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)