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

Testing dynamic libraries #1041

Open
pseusys opened this issue Mar 6, 2024 · 0 comments
Open

Testing dynamic libraries #1041

pseusys opened this issue Mar 6, 2024 · 0 comments

Comments

@pseusys
Copy link

pseusys commented Mar 6, 2024

Good afternoon!
I'm really interesting in using mull in the following setup: I have a simple executable (that doesn't require being tested) and a several dynamic libraries (*.so files) that I would like to test. My first obvious try was using non-standard test suite tutorial, specifying the library file path (one by one) for the mull-runner instead of the executable, like this: mull-runner /path/to/first/dynamic/library.so --ide-reporter-show-killed --test-program=/path/to/executable, but it didn't work.
Could you give me any advice, is there a way to perform mutation testing of my dynamic libraries?..

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