Skip to content
Snippets Groups Projects
Commit 10a5e238 authored by Bienchen's avatar Bienchen Committed by BIOPZ-Johner Niklaus
Browse files

PROMOD-1:Short info about unit test make targets

parent 0c3fb9dd
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,8 @@ only running unit tests from all modules in |project|. Actually ``make check``
does nothing more but invoking ``doctest``, ``linkcheck`` and ``codetest`` as
dependencies. You could even go with running tests gathered in a single file:
assuming you have :file:`your_module/tests/test_awesome_feature.py`, |cmake|
will provide you with a target ``test_awesome_feature.py_run``.
will provide you with a target ``test_awesome_feature.py_run``. If your module
has |C++| tests, those will be available by ``test_suite_your_module_run``.
--------------------------------------------------------------------------------
Writing Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment