winfsp-tests: security testing

This commit is contained in:
Bill Zissimopoulos
2016-02-19 15:49:34 -08:00
parent 7e90092028
commit e77a8b0262
4 changed files with 160 additions and 0 deletions

View File

@ -12,6 +12,7 @@ int main(int argc, char *argv[])
TESTSUITE(memfs_tests);
TESTSUITE(create_tests);
TESTSUITE(info_tests);
TESTSUITE(security_tests);
tlib_run_tests(argc, argv);
return 0;