1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-15 08:39:29 -06:00

tst: winfsp-tests: ea_create_test

This commit is contained in:
Bill Zissimopoulos
2019-03-14 21:36:29 -07:00
parent 3553aec992
commit d59976bd5d
6 changed files with 144 additions and 9 deletions

View File

@@ -206,6 +206,7 @@ int main(int argc, char *argv[])
TESTSUITE(exec_tests);
TESTSUITE(devctl_tests);
TESTSUITE(reparse_tests);
TESTSUITE(ea_tests);
TESTSUITE(stream_tests);
TESTSUITE(oplock_tests);