Skip to content

Commit fa1a46e

Browse files
author
MarcoFalke
committed
build: Fix appveyor test_bitcoin build of *.raw
1 parent c1607b5 commit fa1a46e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_msvc/test_bitcoin/test_bitcoin.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161
</PropertyGroup>
6262
<ItemGroup>
6363
<JsonTestFile Include="..\..\src\test\data\*.json" />
64+
<RawTestFile Include="..\..\src\test\data\*.raw" />
6465
</ItemGroup>
66+
<HeaderFromHexdump RawFilePath="%(RawTestFile.FullPath)" HeaderFilePath="%(RawTestFile.FullPath).h" SourceHeader="static unsigned const char %(RawTestFile.Filename)_raw[] = {" SourceFooter="};" />
6567
<HeaderFromHexdump RawFilePath="%(JsonTestFile.FullPath)" HeaderFilePath="%(JsonTestFile.FullPath).h" SourceHeader="namespace json_tests{ static unsigned const char %(JsonTestFile.Filename)[] = {" SourceFooter="};}" />
6668
</Target>
6769
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

0 commit comments

Comments
 (0)