CMakePP / CMinx

Generates API documentation for CMake functions and macros
https://cmakepp.github.io/CMinx/
Apache License 2.0
14 stars 5 forks source link

[Question] Is it possible to document bare `add_test` calls #123

Closed robertodr closed 2 years ago

robertodr commented 2 years ago

Before opening this issue I:

The documentation (https://cmakepp.github.io/CMinx/documenting/cmaketest.html) shows how it's possible to document the test suite when using the wrappers provided by CMakeTest. Is the same possible if one uses vanilla add_test instead?

AutonomicPerfectionist commented 2 years ago

Hi @robertodr! It is possible to document regular CTest add_test() calls, however they will show up in the documentation as generic command invocations. I can add explicit support for them soon so they show up in the documentation better. Thanks for the question/suggestion!