tst: winfsp-tests: oplock testing

This commit is contained in:
Bill Zissimopoulos
2016-11-22 21:20:31 -08:00
parent aec7b34e13
commit 851a6145cd
4 changed files with 97 additions and 0 deletions

View File

@ -194,6 +194,7 @@ int main(int argc, char *argv[])
TESTSUITE(dirctl_tests);
TESTSUITE(reparse_tests);
TESTSUITE(stream_tests);
TESTSUITE(oplock_tests);
atexit(exiting);
signal(SIGABRT, abort_handler);