-
Notifications
You must be signed in to change notification settings - Fork 611
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
[upstream_utils] Add googletest #6820
Conversation
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.
We use thirdparty
instead of third_party
for all the other upstream_utils imports.
So in its current state this splits Would it be OK to leave the file structure how it is natively? If so I can undo the split and remove a lot of the extra churn |
|
||
artifactId = baseArtifactId | ||
groupId artifactGroupId | ||
version wpilibVersioning.version.get() |
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.
@ThadHouse this will change versioning from the current thirdparty-googletest, correct? Is that an issue at all, or does this actually make things easier?
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.
Makes things slightly easier, although it will require a new version of native-utils to actually pick up. Otherwise the old one will be picked up, which will be fine for now because its a static only library, and not part of the ABI of anything shipped.
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.
This needs to be rebased to use the new upstream_utils API.
c82aaa3
to
6468163
Compare
This was rendered useless when googletest was added to the allwpilib monorepo wpilibsuite/allwpilib#6820 Signed-off-by: Jade Turner <[email protected]>
Fixes #6811
Adds gtest to the source tree.