mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
tst: add oplock testsuite run and disable some tests according to configuration
This commit is contained in:
@ -274,6 +274,9 @@ void mount_volume_transact_test(void)
|
||||
|
||||
void mount_tests(void)
|
||||
{
|
||||
if (NtfsTests || OptOplock)
|
||||
return;
|
||||
|
||||
TEST(mount_invalid_test);
|
||||
TEST(mount_open_device_test);
|
||||
TEST(mount_create_volume_test);
|
||||
|
Reference in New Issue
Block a user