Hello, friends,
I am authoring a dynamic library on Fedora 36 using codeblocks. This is the first time I've written my own library, and what I would like to have happen is to click "build and run", have the library compiled, and then have some code execute to run some unit tests. When I click build and run the error I get is "You must select a host application to 'run' a library...". I can find no guidance on how to specify a host application.
Is there any way to extract the behavior for which I'm looking, or similar behavior?
Thanks!