tst: winfsp-tests: IRP timeout testing

This commit is contained in:
Bill Zissimopoulos
2015-12-16 17:18:16 -08:00
parent 460c4e0c55
commit f099fe4bff
4 changed files with 175 additions and 0 deletions

View File

@ -6,6 +6,8 @@ int WinFspNetTests = 0;
int main(int argc, char *argv[])
{
TESTSUITE(mount_tests);
TESTSUITE(timeout_tests);
tlib_run_tests(argc, argv);
return 0;
}