Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
質問は google-test フレームワークに関するものです。次のような複数の除外フィルターに従って、一部を除くすべてのテストを実行したい: --gtest_filter=-ABC.*:-BCD.*
--gtest_filter=-ABC.*:-BCD.*
パターンをフォームにグループ化します--gtest_filter=POSTIVE_PATTERNS[-NEGATIVE_PATTERNS]
--gtest_filter=POSTIVE_PATTERNS[-NEGATIVE_PATTERNS]
したがって、この場合、--gtest_filter=-ABC.*:BCD.*
--gtest_filter=-ABC.*:BCD.*