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

@ -544,6 +544,7 @@ void dirctl_tests(void)
{
TEST(querydir_test);
TEST(querydir_expire_cache_test);
TEST(querydir_buffer_overflow_test);
if (!OptShareName)
TEST(querydir_buffer_overflow_test);
TEST(dirnotify_test);
}