Skip to content
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

Developer documentation: how to write unit tests for plugins #211

Open
SwooshyCueb opened this issue Jul 27, 2023 · 0 comments
Open

Developer documentation: how to write unit tests for plugins #211

SwooshyCueb opened this issue Jul 27, 2023 · 0 comments
Assignees

Comments

@SwooshyCueb
Copy link
Member

Prerequisite: #210

We build our plugins as "module" libraries, a CMake construct that, in our case, is just a shared library that is treated differently by the buildsystem. They cannot be linked against, which makes writing unit tests for them potentially tricky. We should document how to use an object library target to make symbols accessible to unit tests.

@SwooshyCueb SwooshyCueb self-assigned this Jul 27, 2023
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

No branches or pull requests

1 participant