winfsp-tests: dirctl-test.c

This commit is contained in:
Bill Zissimopoulos
2016-03-25 12:50:35 -07:00
parent 1dc68eec57
commit 9d3b2d6a84
4 changed files with 206 additions and 0 deletions

View File

@ -14,6 +14,7 @@ int main(int argc, char *argv[])
TESTSUITE(info_tests);
TESTSUITE(security_tests);
TESTSUITE(rdwr_tests);
TESTSUITE(dirctl_tests);
tlib_run_tests(argc, argv);
return 0;