winfsp-tests: memfs-test, create-test

This commit is contained in:
Bill Zissimopoulos
2016-01-13 16:41:43 -08:00
parent d9464ba88f
commit 08ba86980d
7 changed files with 124 additions and 0 deletions

View File

@ -8,6 +8,8 @@ int main(int argc, char *argv[])
TESTSUITE(path_tests);
TESTSUITE(mount_tests);
TESTSUITE(timeout_tests);
TESTSUITE(memfs_tests);
TESTSUITE(create_tests);
tlib_run_tests(argc, argv);
return 0;