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

@ -969,7 +969,8 @@ void info_tests(void)
TEST(delete_access_test);
TEST(rename_test);
TEST(rename_caseins_test);
TEST(rename_flipflop_test);
if (!OptShareName)
TEST(rename_flipflop_test);
TEST(getvolinfo_test);
TEST(setvolinfo_test);
}