diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index c021be45e704..e6e372d8e903 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1322,6 +1322,8 @@ cidr.test.framework.showIndexingAsTask.description=Show indexing of test scopes cidr.test.framework.filePatternAsRef=true cidr.test.framework.filePatternAsRef.description=Use pattern "all-tests(fileRef)" in "All in fileRef" test run configurations instead of \ first-found test pattern. +cidr.test.framework.windows.filter.env=true +cidr.test.framework.windows.filter.env.description=Use GTEST_FILTER environment variable on Windows instead of --gtest_filter command line option. cidr.test.framework.targetTypeFromHeaderDetectionEnable=false cidr.test.framework.targetTypeFromHeaderDetectionEnable.description=Checks the test-type of target from the content of files on the first run.