1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 19:48:38 -05:00

tst: make non-essential and long running tests optional

This commit is contained in:
Bill Zissimopoulos
2016-11-23 21:26:21 -08:00
parent 002a0262f7
commit e7931e28fd
4 changed files with 18 additions and 18 deletions

View File

@@ -265,6 +265,6 @@ void timeout_tests(void)
if (NtfsTests || OptOplock)
return;
TEST(timeout_pending_test);
TEST(timeout_transact_test);
TEST_OPT(timeout_pending_test);
TEST_OPT(timeout_transact_test);
}