winfsp-tests: WIP

This commit is contained in:
Bill Zissimopoulos
2016-01-25 15:53:29 -08:00
parent 4ff1b1a9cb
commit c203404672
4 changed files with 12 additions and 12 deletions

View File

@ -11,7 +11,7 @@ int main(int argc, char *argv[])
TESTSUITE(timeout_tests);
TESTSUITE(memfs_tests);
TESTSUITE(create_tests);
TESTSUITE(getinfo_tests);
TESTSUITE(info_tests);
tlib_run_tests(argc, argv);
return 0;