Add initial testing file, test target, and readme about testing, issue #10, pr #57

This commit is contained in:
daan 2019-06-27 13:36:19 -07:00
parent 4c87643c29
commit ae47a2b13e
5 changed files with 224 additions and 14 deletions

View file

@ -145,7 +145,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\test\main.c" />
<ClCompile Include="..\..\test\test-api.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="mimalloc.vcxproj">
@ -155,4 +155,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View file

@ -15,7 +15,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\test\main.c">
<ClCompile Include="..\..\test\test-api.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>