Skip to content

Commit 1f6ff04

Browse files
committed
Use wildcard path in test_bitcoin.vcxproj
1 parent 90cc69c commit 1f6ff04

File tree

1 file changed

+3
-65
lines changed

1 file changed

+3
-65
lines changed

build_msvc/test_bitcoin/test_bitcoin.vcxproj

Lines changed: 3 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -20,72 +20,10 @@
2020
</ProjectConfiguration>
2121
</ItemGroup>
2222
<ItemGroup>
23-
<ClCompile Include="..\..\src\test\addrman_tests.cpp" />
24-
<ClCompile Include="..\..\src\test\allocator_tests.cpp" />
25-
<ClCompile Include="..\..\src\test\amount_tests.cpp" />
26-
<ClCompile Include="..\..\src\test\arith_uint256_tests.cpp" />
27-
<ClCompile Include="..\..\src\test\base32_tests.cpp" />
28-
<ClCompile Include="..\..\src\test\base58_tests.cpp" />
29-
<ClCompile Include="..\..\src\test\base64_tests.cpp" />
30-
<ClCompile Include="..\..\src\test\bech32_tests.cpp" />
31-
<ClCompile Include="..\..\src\test\bip32_tests.cpp" />
32-
<ClCompile Include="..\..\src\test\blockchain_tests.cpp" />
33-
<ClCompile Include="..\..\src\test\blockencodings_tests.cpp" />
34-
<ClCompile Include="..\..\src\test\bloom_tests.cpp" />
35-
<ClCompile Include="..\..\src\test\bswap_tests.cpp" />
36-
<ClCompile Include="..\..\src\test\checkqueue_tests.cpp" />
37-
<ClCompile Include="..\..\src\test\coins_tests.cpp" />
38-
<ClCompile Include="..\..\src\test\compress_tests.cpp" />
39-
<ClCompile Include="..\..\src\test\crypto_tests.cpp" />
40-
<ClCompile Include="..\..\src\test\cuckoocache_tests.cpp" />
41-
<ClCompile Include="..\..\src\test\dbwrapper_tests.cpp" />
42-
<ClCompile Include="..\..\src\test\denialofservice_tests.cpp" />
43-
<ClCompile Include="..\..\src\test\getarg_tests.cpp" />
44-
<ClCompile Include="..\..\src\test\hash_tests.cpp" />
45-
<ClCompile Include="..\..\src\test\key_tests.cpp" />
46-
<ClCompile Include="..\..\src\test\limitedmap_tests.cpp" />
47-
<ClCompile Include="..\..\src\test\main_tests.cpp" />
48-
<ClCompile Include="..\..\src\test\mempool_tests.cpp" />
49-
<ClCompile Include="..\..\src\test\merkle_tests.cpp" />
50-
<ClCompile Include="..\..\src\test\miner_tests.cpp" />
51-
<ClCompile Include="..\..\src\test\multisig_tests.cpp" />
52-
<ClCompile Include="..\..\src\test\netbase_tests.cpp" />
53-
<ClCompile Include="..\..\src\test\net_tests.cpp" />
54-
<ClCompile Include="..\..\src\test\pmt_tests.cpp" />
55-
<ClCompile Include="..\..\src\test\policyestimator_tests.cpp" />
56-
<ClCompile Include="..\..\src\test\pow_tests.cpp" />
57-
<ClCompile Include="..\..\src\test\prevector_tests.cpp" />
58-
<ClCompile Include="..\..\src\test\raii_event_tests.cpp" />
59-
<ClCompile Include="..\..\src\test\random_tests.cpp" />
60-
<ClCompile Include="..\..\src\test\reverselock_tests.cpp" />
61-
<ClCompile Include="..\..\src\test\rpc_tests.cpp" />
62-
<ClCompile Include="..\..\src\test\sanity_tests.cpp" />
63-
<ClCompile Include="..\..\src\test\scheduler_tests.cpp" />
64-
<ClCompile Include="..\..\src\test\scriptnum_tests.cpp" />
65-
<ClCompile Include="..\..\src\test\script_p2sh_tests.cpp" />
66-
<ClCompile Include="..\..\src\test\script_standard_tests.cpp" />
67-
<ClCompile Include="..\..\src\test\script_tests.cpp" />
68-
<ClCompile Include="..\..\src\test\serialize_tests.cpp" />
69-
<ClCompile Include="..\..\src\test\sighash_tests.cpp" />
70-
<ClCompile Include="..\..\src\test\sigopcount_tests.cpp" />
71-
<ClCompile Include="..\..\src\test\skiplist_tests.cpp" />
72-
<ClCompile Include="..\..\src\test\streams_tests.cpp" />
23+
<ClCompile Include="..\..\src\test\*_tests.cpp" />
24+
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
7325
<ClCompile Include="..\..\src\test\test_bitcoin.cpp" />
7426
<ClCompile Include="..\..\src\test\test_bitcoin_main.cpp" />
75-
<ClCompile Include="..\..\src\test\timedata_tests.cpp" />
76-
<ClCompile Include="..\..\src\test\torcontrol_tests.cpp" />
77-
<ClCompile Include="..\..\src\test\transaction_tests.cpp" />
78-
<ClCompile Include="..\..\src\test\txindex_tests.cpp" />
79-
<ClCompile Include="..\..\src\test\txvalidationcache_tests.cpp" />
80-
<ClCompile Include="..\..\src\test\uint256_tests.cpp" />
81-
<ClCompile Include="..\..\src\test\util_tests.cpp" />
82-
<ClCompile Include="..\..\src\test\validation_block_tests.cpp" />
83-
<ClCompile Include="..\..\src\test\versionbits_tests.cpp" />
84-
<ClCompile Include="..\..\src\wallet\test\accounting_tests.cpp" />
85-
<ClCompile Include="..\..\src\wallet\test\coinselector_tests.cpp" />
86-
<ClCompile Include="..\..\src\wallet\test\psbt_wallet_tests.cpp" />
87-
<ClCompile Include="..\..\src\wallet\test\wallet_crypto_tests.cpp" />
88-
<ClCompile Include="..\..\src\wallet\test\wallet_tests.cpp" />
8927
<ClCompile Include="..\..\src\wallet\test\wallet_test_fixture.cpp" />
9028
</ItemGroup>
9129
<ItemGroup>
@@ -266,4 +204,4 @@
266204
</Target>
267205
<Import Label="configTarget" Project="..\common.vcxproj" />
268206
<Import Label="hexdumpTarget" Project="..\msbuild\tasks\hexdump.targets" />
269-
</Project>
207+
</Project>

0 commit comments

Comments
 (0)