aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/test_bitcoin
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-08-14 09:18:19 +0000
committerChun Kuan Lee <ken2812221@gmail.com>2018-08-14 20:46:35 +0000
commit1f6ff04e59fcd1f2315d194f096665d73c8922d2 (patch)
treee15793275096c3d8635910e21f148ff158cc2f66 /build_msvc/test_bitcoin
parent90cc69c0c7b0fcfa604584e2666060488346e9fc (diff)
downloadbitcoin-1f6ff04e59fcd1f2315d194f096665d73c8922d2.tar.xz
Use wildcard path in test_bitcoin.vcxproj
Diffstat (limited to 'build_msvc/test_bitcoin')
-rw-r--r--build_msvc/test_bitcoin/test_bitcoin.vcxproj68
1 files changed, 3 insertions, 65 deletions
diff --git a/build_msvc/test_bitcoin/test_bitcoin.vcxproj b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
index 0ab97643fb..444a2ed725 100644
--- a/build_msvc/test_bitcoin/test_bitcoin.vcxproj
+++ b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
@@ -20,72 +20,10 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\..\src\test\addrman_tests.cpp" />
- <ClCompile Include="..\..\src\test\allocator_tests.cpp" />
- <ClCompile Include="..\..\src\test\amount_tests.cpp" />
- <ClCompile Include="..\..\src\test\arith_uint256_tests.cpp" />
- <ClCompile Include="..\..\src\test\base32_tests.cpp" />
- <ClCompile Include="..\..\src\test\base58_tests.cpp" />
- <ClCompile Include="..\..\src\test\base64_tests.cpp" />
- <ClCompile Include="..\..\src\test\bech32_tests.cpp" />
- <ClCompile Include="..\..\src\test\bip32_tests.cpp" />
- <ClCompile Include="..\..\src\test\blockchain_tests.cpp" />
- <ClCompile Include="..\..\src\test\blockencodings_tests.cpp" />
- <ClCompile Include="..\..\src\test\bloom_tests.cpp" />
- <ClCompile Include="..\..\src\test\bswap_tests.cpp" />
- <ClCompile Include="..\..\src\test\checkqueue_tests.cpp" />
- <ClCompile Include="..\..\src\test\coins_tests.cpp" />
- <ClCompile Include="..\..\src\test\compress_tests.cpp" />
- <ClCompile Include="..\..\src\test\crypto_tests.cpp" />
- <ClCompile Include="..\..\src\test\cuckoocache_tests.cpp" />
- <ClCompile Include="..\..\src\test\dbwrapper_tests.cpp" />
- <ClCompile Include="..\..\src\test\denialofservice_tests.cpp" />
- <ClCompile Include="..\..\src\test\getarg_tests.cpp" />
- <ClCompile Include="..\..\src\test\hash_tests.cpp" />
- <ClCompile Include="..\..\src\test\key_tests.cpp" />
- <ClCompile Include="..\..\src\test\limitedmap_tests.cpp" />
- <ClCompile Include="..\..\src\test\main_tests.cpp" />
- <ClCompile Include="..\..\src\test\mempool_tests.cpp" />
- <ClCompile Include="..\..\src\test\merkle_tests.cpp" />
- <ClCompile Include="..\..\src\test\miner_tests.cpp" />
- <ClCompile Include="..\..\src\test\multisig_tests.cpp" />
- <ClCompile Include="..\..\src\test\netbase_tests.cpp" />
- <ClCompile Include="..\..\src\test\net_tests.cpp" />
- <ClCompile Include="..\..\src\test\pmt_tests.cpp" />
- <ClCompile Include="..\..\src\test\policyestimator_tests.cpp" />
- <ClCompile Include="..\..\src\test\pow_tests.cpp" />
- <ClCompile Include="..\..\src\test\prevector_tests.cpp" />
- <ClCompile Include="..\..\src\test\raii_event_tests.cpp" />
- <ClCompile Include="..\..\src\test\random_tests.cpp" />
- <ClCompile Include="..\..\src\test\reverselock_tests.cpp" />
- <ClCompile Include="..\..\src\test\rpc_tests.cpp" />
- <ClCompile Include="..\..\src\test\sanity_tests.cpp" />
- <ClCompile Include="..\..\src\test\scheduler_tests.cpp" />
- <ClCompile Include="..\..\src\test\scriptnum_tests.cpp" />
- <ClCompile Include="..\..\src\test\script_p2sh_tests.cpp" />
- <ClCompile Include="..\..\src\test\script_standard_tests.cpp" />
- <ClCompile Include="..\..\src\test\script_tests.cpp" />
- <ClCompile Include="..\..\src\test\serialize_tests.cpp" />
- <ClCompile Include="..\..\src\test\sighash_tests.cpp" />
- <ClCompile Include="..\..\src\test\sigopcount_tests.cpp" />
- <ClCompile Include="..\..\src\test\skiplist_tests.cpp" />
- <ClCompile Include="..\..\src\test\streams_tests.cpp" />
+ <ClCompile Include="..\..\src\test\*_tests.cpp" />
+ <ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
<ClCompile Include="..\..\src\test\test_bitcoin.cpp" />
<ClCompile Include="..\..\src\test\test_bitcoin_main.cpp" />
- <ClCompile Include="..\..\src\test\timedata_tests.cpp" />
- <ClCompile Include="..\..\src\test\torcontrol_tests.cpp" />
- <ClCompile Include="..\..\src\test\transaction_tests.cpp" />
- <ClCompile Include="..\..\src\test\txindex_tests.cpp" />
- <ClCompile Include="..\..\src\test\txvalidationcache_tests.cpp" />
- <ClCompile Include="..\..\src\test\uint256_tests.cpp" />
- <ClCompile Include="..\..\src\test\util_tests.cpp" />
- <ClCompile Include="..\..\src\test\validation_block_tests.cpp" />
- <ClCompile Include="..\..\src\test\versionbits_tests.cpp" />
- <ClCompile Include="..\..\src\wallet\test\accounting_tests.cpp" />
- <ClCompile Include="..\..\src\wallet\test\coinselector_tests.cpp" />
- <ClCompile Include="..\..\src\wallet\test\psbt_wallet_tests.cpp" />
- <ClCompile Include="..\..\src\wallet\test\wallet_crypto_tests.cpp" />
- <ClCompile Include="..\..\src\wallet\test\wallet_tests.cpp" />
<ClCompile Include="..\..\src\wallet\test\wallet_test_fixture.cpp" />
</ItemGroup>
<ItemGroup>
@@ -266,4 +204,4 @@
</Target>
<Import Label="configTarget" Project="..\common.vcxproj" />
<Import Label="hexdumpTarget" Project="..\msbuild\tasks\hexdump.targets" />
-</Project> \ No newline at end of file
+</Project>