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:
@ -262,6 +262,9 @@ void timeout_transact_test(void)
|
||||
|
||||
void timeout_tests(void)
|
||||
{
|
||||
if (NtfsTests || OptOplock)
|
||||
return;
|
||||
|
||||
TEST(timeout_pending_test);
|
||||
TEST(timeout_transact_test);
|
||||
}
|
||||
|
Reference in New Issue
Block a user