winfsp-tests: getinfo_test

This commit is contained in:
Bill Zissimopoulos
2016-01-24 11:27:38 -08:00
parent 83329c8e71
commit 1db9f2b677
4 changed files with 56 additions and 0 deletions

View File

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