winfsp-tests: WIP

This commit is contained in:
Bill Zissimopoulos
2016-01-25 15:53:29 -08:00
parent 4ff1b1a9cb
commit c203404672
4 changed files with 12 additions and 12 deletions

View File

@ -181,7 +181,7 @@
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
</ClCompile>
<ClCompile Include="..\..\..\tst\winfsp-tests\create-test.c" />
<ClCompile Include="..\..\..\tst\winfsp-tests\fileinfo-test.c" />
<ClCompile Include="..\..\..\tst\winfsp-tests\info-test.c" />
<ClCompile Include="..\..\..\tst\winfsp-tests\memfs-test.c" />
<ClCompile Include="..\..\..\tst\winfsp-tests\memfs.cpp" />
<ClCompile Include="..\..\..\tst\winfsp-tests\mount-test.c" />

View File

@ -34,7 +34,7 @@
<ClCompile Include="..\..\..\tst\winfsp-tests\memfs-test.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\tst\winfsp-tests\fileinfo-test.c">
<ClCompile Include="..\..\..\tst\winfsp-tests\info-test.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>