sys: notify implementation

This commit is contained in:
Bill Zissimopoulos
2020-10-08 15:31:41 -07:00
parent 01f91c771d
commit 7f360827f6
9 changed files with 204 additions and 12 deletions

View File

@@ -211,6 +211,7 @@ int main(int argc, char *argv[])
TESTSUITE(ea_tests);
TESTSUITE(stream_tests);
TESTSUITE(oplock_tests);
TESTSUITE(notify_tests);
TESTSUITE(wsl_tests);
TESTSUITE(volpath_tests);