scalar/GVFS/GVFS.NativeTests
Kevin Willford 06793f2158 Changes since the last update
Update SHA values in functional tests to work against test repo
Install GVFS-Aware Git on MacOS (without standing up PreBuild)
Only start the background prefetch if the operation would use a cache server
Prevent NullReferenceException during enumeration callbacks
Update GVFS VC Runtime platform and remove .NET 3.5 dependency
Fix build error on VS2017 Update 8
Merge features/status_cache to master
2018-08-10 14:58:41 -06:00
..
include General improvements: 2018-07-02 10:04:35 -06:00
interface General improvements: 2018-07-02 10:04:35 -06:00
source Changed included in this update: 2018-08-03 09:58:37 -06:00
FileUtils.cpp O(modified) 2017-05-23 14:48:41 -07:00
FileUtils.h O(modified) 2017-05-23 14:48:41 -07:00
GVFS.NativeTests.vcxproj Changes since the last update 2018-08-10 14:58:41 -06:00
GVFS.NativeTests.vcxproj.filters General improvements: 2018-07-02 10:04:35 -06:00
ReadMe.txt Current snapshot of GVFS 2017-02-02 22:33:24 -08:00

ReadMe.txt

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

========================================================================
GVFS.NativeTests
========================================================================

Summary:

GVFS.NativeTests is a library used by GVFS.FunctionalTests to run GVFS
functional tests using the native WinAPI.

The GVFS.NativeTests dll is output into the appropriate GVFS.FunctionalTests
directory so that the dll can be found when it is DllImported by GVFS.NativeTests.


Folder Structure:

interface -> Header files that are consumable by projects outside of GVFS.NativeTests
include   -> Header files that are internal to GVFS.NativeTests
source    -> GVFS.NativeTests source code


Debugging:

To step through tests in GVFS.NativeTests and to set breakpoints, ensure that the 
"Enable native code debugging" setting is checked in the GVFS.FunctionalTests 
project properites (Debug tab)