mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
Major refactoring: testing
This commit is contained in:
@ -55,6 +55,7 @@ void mount_create_volume_dotest(PWSTR DeviceName)
|
||||
|
||||
VolumeParams.SectorSize = 16384;
|
||||
VolumeParams.SerialNumber = 0x12345678;
|
||||
wcscpy_s(VolumeParams.Prefix, sizeof VolumeParams.Prefix / sizeof(WCHAR), L"\\\\winfsp-tests");
|
||||
Result = FspFsctlCreateVolume(DeviceName, &VolumeParams,
|
||||
VolumePath, sizeof VolumePath, &VolumeHandle);
|
||||
ASSERT(STATUS_SUCCESS == Result);
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <tlib/testsuite.h>
|
||||
|
||||
int WinFspDiskTests = 1;
|
||||
int WinFspNetTests = 0;
|
||||
int WinFspNetTests = 1;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
Reference in New Issue
Block a user