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

View File

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