Major refactoring: testing

This commit is contained in:
Bill Zissimopoulos
2015-12-23 21:40:38 -08:00
parent c330eaec54
commit c7742cf05b
3 changed files with 6 additions and 6 deletions

View File

@ -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);

View File

@ -1,7 +1,7 @@
#include <tlib/testsuite.h>
int WinFspDiskTests = 1;
int WinFspNetTests = 0;
int WinFspNetTests = 1;
int main(int argc, char *argv[])
{