mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 17:26:04 +00:00
- Remove complex wildcard pattern matching (*, ?, negative patterns) - Use simple substring matching with find() - Simpler implementation, easier to understand and maintain - Still supports --gtest_filter for basic test name filtering Note: For advanced filtering like wildcards, users can use multiple test runs with different substring filters. Co-authored-by: chhwang <8018170+chhwang@users.noreply.github.com>