зеркало из https://github.com/microsoft/scalar.git
06793f2158
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 |
||
---|---|---|
.. | ||
include | ||
interface | ||
source | ||
FileUtils.cpp | ||
FileUtils.h | ||
GVFS.NativeTests.vcxproj | ||
GVFS.NativeTests.vcxproj.filters | ||
ReadMe.txt |
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)