winfsp-tests: eventlog-test.c

This commit is contained in:
Bill Zissimopoulos
2016-05-06 15:58:33 -07:00
parent 9addfa5899
commit 125b612c9f
4 changed files with 21 additions and 0 deletions

View File

@ -6,6 +6,7 @@ int WinFspNetTests = 1;
int main(int argc, char *argv[])
{
TESTSUITE(eventlog_tests);
TESTSUITE(path_tests);
TESTSUITE(mount_tests);
TESTSUITE(timeout_tests);