winfsp-tests: lock-test

This commit is contained in:
Bill Zissimopoulos
2016-04-06 21:20:44 -07:00
parent 04345ff7a0
commit 829ef65cbb
4 changed files with 547 additions and 0 deletions

View File

@ -15,6 +15,7 @@ int main(int argc, char *argv[])
TESTSUITE(security_tests);
TESTSUITE(rdwr_tests);
TESTSUITE(flush_tests);
TESTSUITE(lock_tests);
TESTSUITE(dirctl_tests);
tlib_run_tests(argc, argv);