We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1607b5 commit fa1a46eCopy full SHA for fa1a46e
build_msvc/test_bitcoin/test_bitcoin.vcxproj
@@ -61,7 +61,9 @@
61
</PropertyGroup>
62
<ItemGroup>
63
<JsonTestFile Include="..\..\src\test\data\*.json" />
64
+ <RawTestFile Include="..\..\src\test\data\*.raw" />
65
</ItemGroup>
66
+ <HeaderFromHexdump RawFilePath="%(RawTestFile.FullPath)" HeaderFilePath="%(RawTestFile.FullPath).h" SourceHeader="static unsigned const char %(RawTestFile.Filename)_raw[] = {" SourceFooter="};" />
67
<HeaderFromHexdump RawFilePath="%(JsonTestFile.FullPath)" HeaderFilePath="%(JsonTestFile.FullPath).h" SourceHeader="namespace json_tests{ static unsigned const char %(JsonTestFile.Filename)[] = {" SourceFooter="};}" />
68
</Target>
69
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
0 commit comments