Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run llvm-lines on the entire test suite #59

Open
patrickfreed opened this issue Nov 4, 2022 · 1 comment
Open

Run llvm-lines on the entire test suite #59

patrickfreed opened this issue Nov 4, 2022 · 1 comment

Comments

@patrickfreed
Copy link

It would be nice to be able to use cargo llvm-lines to debug slow test compilation times too, but as far as I can tell it doesn't support counting the lines for cargo test.

This request is similar to #16 but for the entire test suite rather than an individual test, which might be easier (or harder) to implement.

@patrickfreed
Copy link
Author

The --test option also only appears to work on integration tests found in tests/, but it would also be nice to be able to run this on unit tests that might be found in src/ as well.

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

No branches or pull requests

1 participant