1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-05-01 02:49:15 -05:00

tst: add oplock testsuite run and disable some tests according to configuration

This commit is contained in:
Bill Zissimopoulos
2016-11-21 16:45:10 -08:00
parent 2e089b92c5
commit b0a59e42fc
7 changed files with 26 additions and 4 deletions
+3
View File
@@ -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);