mirror of
https://github.com/lammertb/libhttp.git
synced 2026-01-03 16:02:30 +03:00
First unit test for main.c
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<ClCompile Include="..\..\test\private.c">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\test\private_exe.c" />
|
||||
<ClCompile Include="..\..\test\public_func.c" />
|
||||
<ClCompile Include="..\..\test\public_server.c" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -44,5 +44,8 @@
|
||||
<ClCompile Include="..\..\src\civetweb.c">
|
||||
<Filter>Quelldateien</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\test\private_exe.c">
|
||||
<Filter>Quelldateien</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user