chore(libsinsp): add target to build library for sinsp integration tests#2740
Conversation
Perf diff from master - unit testsHeap diff from master - unit testsHeap diff from master - scap fileBenchmarks diff from master |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2740 +/- ##
==========================================
- Coverage 77.02% 74.52% -2.51%
==========================================
Files 296 291 -5
Lines 30818 30012 -806
Branches 4670 4714 +44
==========================================
- Hits 23738 22366 -1372
- Misses 7080 7646 +566
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
352f11c to
89c6be5
Compare
f59c6a2 to
ad1f611
Compare
a36b3f3 to
0383ce6
Compare
0383ce6 to
d6169d8
Compare
d6169d8 to
4d22932
Compare
e50bea5 to
39ea8a7
Compare
39ea8a7 to
98e2d4c
Compare
Signed-off-by: irozzo-1A <iacopo@sysdig.com>
98e2d4c to
921c091
Compare
ekoops
left a comment
There was a problem hiding this comment.
/milestone 0.23.0
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops, irozzo-1A The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM label has been added. DetailsGit tree hash: a88ad93faa790269a84c0d9a266ec2630d75013a |
terror96
left a comment
There was a problem hiding this comment.
Don't really know too much about cmake files, but since it passes the tests it /lgtm
What type of PR is this?
/kind test
Any specific area of the project related to this PR?
/area libsinsp
/area tests
Does this PR require a change in the driver versions?
What this PR does / why we need it:
Add a target to be able to build sinsp integration tests on other projects e.g. plugins
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Using find_package makes it easier to handle the gtest dependency, but it requires cmake 3.24 to be able to use OVERRIDE_FIND_PACKAGE option with
FetchContent.Does this PR introduce a user-facing change?: