Skip to content

Make test binaries and test data installable#57

Open
nefigtut wants to merge 2 commits into
intel:developfrom
nefigtut:installable
Open

Make test binaries and test data installable#57
nefigtut wants to merge 2 commits into
intel:developfrom
nefigtut:installable

Conversation

@nefigtut
Copy link
Copy Markdown

Build gtest library as static, build tests with it and make test
executables installable artifacts. Make test dataset used by the
test binaries installable as well. Also fix a small shebang issue.

nefigtut added 2 commits May 19, 2026 17:30
Build gtest library as static, build tests with it and make test
executables installable artifacts. Make test dataset used by the
test binaries installable as well.

Signed-off-by: Vladislav Dronov <vdronov@redhat.com>
Signed-off-by: Vladislav Dronov <vdronov@redhat.com>
@nefigtut
Copy link
Copy Markdown
Author

Hi, i'm a developer adding the intel-qpl package to RedHat Linux per Intel request. I'm not sure if this change is needed here upsteam, so please feel free to drop this PR out.

Still, RHEL (and probably other distributions) would want test binaries available as build artifacts to run them during their QE stage outside the build process.

So, this PR suggests building gtest library as static, so not to conflict with a system gtest if present and to lock possibly outdated gtest lib inside test binaries. Then it is used to build test binaries (which have to be renamed: qpl-func-tests and qpl-cross-tests).

Could you please consider this PR for a possible inclusion? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant