winfsp-tests: rdwr-test

This commit is contained in:
Bill Zissimopoulos
2016-03-06 11:19:39 -08:00
parent a3abbc0eb5
commit ad9dafbaaa
5 changed files with 59 additions and 5 deletions

View File

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