1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 11:38:39 -05:00

Major refactoring: testing

This commit is contained in:
Bill Zissimopoulos
2015-12-23 12:28:56 -08:00
parent 0191b9551b
commit 41269e9d21
6 changed files with 25 additions and 10 deletions

View File

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