winfsp-tests: flush_test

This commit is contained in:
Bill Zissimopoulos
2016-04-02 18:43:27 -07:00
parent e6ab31a0e0
commit cddba10c9b
4 changed files with 277 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(flush_tests);
TESTSUITE(dirctl_tests);
tlib_run_tests(argc, argv);