This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Add macro for ros1/2 finding gtest and gmock #30
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timrobotson
approved these changes
May 8, 2019
ross-desmond
force-pushed
the
test-dependency-macro
branch
2 times, most recently
from
May 8, 2019 20:01
50c37ac
to
16f3ebe
Compare
mm318
force-pushed
the
test-dependency-macro
branch
from
May 21, 2019 09:00
16f3ebe
to
d6025d3
Compare
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
=======================================
Coverage 89.51% 89.51%
=======================================
Files 16 16
Lines 820 820
=======================================
Hits 734 734
Misses 86 86
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
=======================================
Coverage 89.51% 89.51%
=======================================
Files 16 16
Lines 820 820
=======================================
Hits 734 734
Misses 86 86
Continue to review full report at Codecov.
|
mm318
force-pushed
the
test-dependency-macro
branch
from
May 23, 2019 06:18
d67abee
to
1eb321d
Compare
When using the latest commit I'm getting errors about being unable to find gmock:
Using commit |
The macro `find_common_test_packages` will use ament or catkin to link to gtest and gmock libraries. **Note:** You must add dependencies on gtest and gmock in the package.xml still
Signed-off-by: Miaofei <miaofei@amazon.com>
…ames Signed-off-by: Miaofei <miaofei@amazon.com>
mm318
force-pushed
the
test-dependency-macro
branch
from
June 24, 2019 22:12
1eb321d
to
570bb5b
Compare
Signed-off-by: Miaofei <miaofei@amazon.com>
Signed-off-by: Miaofei <miaofei@amazon.com>
mm318
approved these changes
Jun 26, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The macro
find_common_test_packages
will use ament or catkin to link to gtest and gmock libraries.Note: You must add dependencies on gtest and gmock in the package.xml still
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.