Source release 18.1.0
This commit is contained in:
@@ -46,7 +46,13 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
wvutil::g_cutoff = static_cast<wvutil::LogPriority>(verbosity);
|
||||
wvoec::global_features.Initialize();
|
||||
wvoec::global_features.set_cast_receiver(is_cast_receiver);
|
||||
if (is_cast_receiver) {
|
||||
// Turn it on if passed in on the command line. Do not turn these tests off
|
||||
// automtically -- instead, we'll let the caller filter them out if they
|
||||
// need to. These tests will normally only run if the device claims to
|
||||
// support being a cast receiver.
|
||||
wvoec::global_features.set_cast_receiver(is_cast_receiver);
|
||||
}
|
||||
// Init GTest after device properties has been initialized.
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
// If the user requests --no_filter, we don't change the filter, otherwise, we
|
||||
|
||||
Reference in New Issue
Block a user