winfsp-tests: flush_test

This commit is contained in:
Bill Zissimopoulos
2016-04-02 18:43:27 -07:00
parent e6ab31a0e0
commit cddba10c9b
4 changed files with 277 additions and 0 deletions

View File

@ -182,6 +182,7 @@
</ClCompile>
<ClCompile Include="..\..\..\tst\winfsp-tests\create-test.c" />
<ClCompile Include="..\..\..\tst\winfsp-tests\dirctl-test.c" />
<ClCompile Include="..\..\..\tst\winfsp-tests\flush-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" />

View File

@ -46,6 +46,9 @@
<ClCompile Include="..\..\..\tst\winfsp-tests\dirctl-test.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\tst\winfsp-tests\flush-test.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\ext\tlib\testsuite.h">