10 lines
262 B
ReStructuredText
10 lines
262 B
ReStructuredText
@runtest
|
|
========
|
|
|
|
Actions that run tests are attached to this alias. For example this convention
|
|
is used by the ``(test)`` stanza.
|
|
|
|
``dune runtest`` is a shortcut for ``dune build @runtest`` but is also able to
|
|
run individual tests.
|
|
|
|
.. seealso:: :doc:`/tests`
|