-
Notifications
You must be signed in to change notification settings - Fork 1
init: introduce libvpl-tools #1
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
base: master
Are you sure you want to change the base?
Conversation
Intel Video Processing Library -- command line tools Signed-off-by: WangYuli <wangyl5933@chinaunicom.cn>
The maintainers of deepin sysdev requested this. Signed-off-by: WangYuli <wangyl5933@chinaunicom.cn>
|
TAG Bot TAG: 1.4.0-2 |
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.
Pull request overview
This PR introduces libvpl-tools by adding the googletest/googlemock testing framework as an external dependency. The changes consist primarily of adding Google Mock and Google Test source files, test files, and build configuration files to support the testing infrastructure.
Key changes:
- Added Google Mock test files for matchers, actions, cardinalities, and function mockers
- Added Google Mock source implementation files
- Added Bazel build configuration for tests
- Added a Debian patch series file
Reviewed changes
Copilot reviewed 75 out of 475 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ext/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc | Test suite for arithmetic matchers |
| ext/googletest/googlemock/test/gmock-internal-utils_test.cc | Test suite for internal utilities |
| ext/googletest/googlemock/test/gmock-function-mocker_test.cc | Test suite for function mockers |
| ext/googletest/googlemock/test/gmock-cardinalities_test.cc | Test suite for cardinalities |
| ext/googletest/googlemock/test/gmock-actions_test.cc | Test suite for actions |
| ext/googletest/googlemock/test/BUILD.bazel | Bazel build configuration for tests |
| ext/googletest/googlemock/src/gmock_main.cc | Main entry point for gmock |
| ext/googletest/googlemock/src/gmock.cc | Core gmock implementation |
| ext/googletest/googlemock/src/gmock-spec-builders.cc | Spec builder implementation |
| ext/googletest/googlemock/src/gmock-matchers.cc | Matchers implementation |
| ext/googletest/googlemock/src/gmock-all.cc | Aggregate compilation file |
| ext/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h | Custom actions header |
| ext/googletest/googlemock/docs/README.md | Documentation reference |
| debian/patches/series | Debian patch series |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/topic libvpl |
|
Add topic: libvpl successed. |
|
/integr-topic libvpl |
|
Integrated with pr deepin-community/Repository-Integration#3552 |
No description provided.