taminob / ppplugin

C++ Library for managing multi-language plugins to dynamically extend a compiled binary
MIT License
0 stars 0 forks source link

Provide test target via cmake #3

Open taminob opened 3 months ago

taminob commented 3 months ago

To automatically generate a build target which allows the execution of the tests, it might be best to register the test targets in cmake.

Additionally, it could be considered to create a coverage target to reduce the complexity of the CI scripts.

For linting and formatting, the same could be done.