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

@ -2186,7 +2186,8 @@ void stream_tests(void)
TEST(stream_setfileinfo_test);
TEST(stream_delete_test);
TEST(stream_delete_pending_test);
TEST(stream_rename_flipflop_test);
if (!OptShareName)
TEST(stream_rename_flipflop_test);
TEST(stream_getsecurity_test);
TEST(stream_setsecurity_test);
TEST(stream_getstreaminfo_test);