This commit is contained in:
parent
ecc7791ec8
commit
e3e8f6f2bf
@ -266,11 +266,11 @@ static void common_tests(app_config &config, provider_type prov) {
|
|||||||
JSON_ENABLE_DRIVE_EVENTS, "1");
|
JSON_ENABLE_DRIVE_EVENTS, "1");
|
||||||
}},
|
}},
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
{JSON_ENABLE_REMOTE_MOUNT,
|
{JSON_ENABLE_MOUNT_MANAGER,
|
||||||
[](app_config &cfg) {
|
[](app_config &cfg) {
|
||||||
test_getter_setter(cfg, &app_config::get_enable_remote_mount,
|
test_getter_setter(cfg, &app_config::get_enable_mount_manager,
|
||||||
&app_config::set_enable_remote_mount, true, false,
|
&app_config::set_enable_mount_manager, true, false,
|
||||||
JSON_ENABLE_REMOTE_MOUNT, "1");
|
JSON_ENABLE_MOUNT_MANAGER, "1");
|
||||||
}},
|
}},
|
||||||
#endif // defined(_WIN32)
|
#endif // defined(_WIN32)
|
||||||
{JSON_ENCRYPT_CONFIG,
|
{JSON_ENCRYPT_CONFIG,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user