tst: winfsp-tests: stream testing

This commit is contained in:
Bill Zissimopoulos
2016-10-03 15:19:18 -07:00
parent 016d015fe6
commit db38d2f7f8
5 changed files with 401 additions and 1 deletions

View File

@ -23,6 +23,7 @@ int main(int argc, char *argv[])
TESTSUITE(lock_tests);
TESTSUITE(dirctl_tests);
TESTSUITE(reparse_tests);
TESTSUITE(stream_tests);
tlib_run_tests(argc, argv);
return 0;