Skip to content

Commit

Permalink
build: Fix appveyor test_bitcoin build of *.raw
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jan 29, 2020
1 parent c1607b5 commit fa1a46e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_msvc/test_bitcoin/test_bitcoin.vcxproj
Expand Up @@ -61,7 +61,9 @@
</PropertyGroup>
<ItemGroup>
<JsonTestFile Include="..\..\src\test\data\*.json" />
<RawTestFile Include="..\..\src\test\data\*.raw" />
</ItemGroup>
<HeaderFromHexdump RawFilePath="%(RawTestFile.FullPath)" HeaderFilePath="%(RawTestFile.FullPath).h" SourceHeader="static unsigned const char %(RawTestFile.Filename)_raw[] = {" SourceFooter="};" />
<HeaderFromHexdump RawFilePath="%(JsonTestFile.FullPath)" HeaderFilePath="%(JsonTestFile.FullPath).h" SourceHeader="namespace json_tests{ static unsigned const char %(JsonTestFile.Filename)[] = {" SourceFooter="};}" />
</Target>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Expand Down

0 comments on commit fa1a46e

Please sign in to comment.