Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Pass filters from buck test to gtest #1688

Closed
nataliejameson opened this issue Dec 20, 2017 · 0 comments
Closed

Pass filters from buck test to gtest #1688

nataliejameson opened this issue Dec 20, 2017 · 0 comments

Comments

@nataliejameson
Copy link
Contributor

Right now there isn't a way to filter tests in the gtest runner. We can accomplish this by just passing an argument from the user to --gtest_filter. The main thing here will be that we probably can't reuse --filter, as its test format is not the same as gtest. Once we fix the hard part of naming the flag, it should be simple enough to pass through to GtestTest (and probably boost test too probably).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants