tst: winfsp-tests: GetVolumePathName testing

This commit is contained in:
Bill Zissimopoulos
2019-08-23 16:00:35 +01:00
parent d2f42f4918
commit dbdfaeee1f
4 changed files with 191 additions and 0 deletions

View File

@ -211,6 +211,7 @@ int main(int argc, char *argv[])
TESTSUITE(stream_tests);
TESTSUITE(oplock_tests);
TESTSUITE(wsl_tests);
TESTSUITE(volpath_tests);
atexit(exiting);
signal(SIGABRT, abort_handler);