mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-26 14:02:08 -06:00
tst: winfsp-tests: disable internal tests when running with --external
This commit is contained in:
@@ -102,5 +102,8 @@ void memfs_test(void)
|
||||
|
||||
void memfs_tests(void)
|
||||
{
|
||||
if (OptExternal)
|
||||
return;
|
||||
|
||||
TEST(memfs_test);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user