conan
conan copied to clipboard
[question] Handling package that is platform and variant agnostic but not the tests in the package
What is your question?
Hi! I have a question regarding a tools package that needs to be tested. This tool is generating a matlab package but should be tested against simulink models. Simulink models generate code and shall be tested for static code analysis. While the tools package is packaged with no platform and varaint configuration the static code analysis and the compilation of generator code needs the compiler flags and linker flags. In that case, I have thought to make the tests a different package and the tool itself a seperate package. Is this the right way to proceed or is it possible to build the tools package (variant and platform agnostic) and the tests itself(platform and variant specific)? Thanks!
Have you read the CONTRIBUTING guide?
- [X] I've read the CONTRIBUTING guide