Major refactoring: testing

This commit is contained in:
Bill Zissimopoulos
2015-12-28 18:41:26 -08:00
parent fee52f4397
commit 28ab5aa3e4
4 changed files with 17 additions and 13 deletions

View File

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