-
Notifications
You must be signed in to change notification settings - Fork 186
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
stricter test for has_description #702
Conversation
Just got bit by find_package landing on a DESCRIPTION in a parent directory which is a folder. Changed the has_description test to be a bit stricter.
Could you add a test, e.g. using a mini Project with file structure
And testing the output of |
Sorry, I'm not following what we're trying to test exactly. We run |
I would keep the test atomic and only test that |
I was thinking to run |
Ah I see what you're getting at. That's a good point, would also be okay. In that case the DESCRIPTION directory should have a second-degree sibling directory named R which contains sources with lints. |
@MichaelChirico Do you want to add a test for this so we can ship it with 3.0.0? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Just got bit by find_package landing on a DESCRIPTION in a parent directory which is a folder.
Changed the has_description test to be a bit stricter.