CPP-5563 CPP-15695 GT cannot handle test filter which exceed command line length;Excessive memory usage during test indexing

This commit is contained in:
Alexey Utkin
2019-03-12 21:58:54 +03:00
parent aba30175ba
commit 0d91c44258
@@ -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.