aboutsummaryrefslogtreecommitdiff
path: root/docs/bonus.rst
blob: f3d9a8830c1979c3d5fb1ff56ca57e5eb408657c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. program:: minishell_test

Bonus
=====

See :ref:`how to enable the bonus tests in the configuration <config-bonus>`
and the :option:`suite` option.

Supported bonus:

.. table::
   :align: left
   :widths: auto

   ======  ====================
   Name            Suite name
   ======  ====================
   ``&&``  ``flow/and``
   ``||``  ``flow/or``
   ``()``  ``flow/parenthesis``
   ``*``   ``preprocess/glob``
   ======  ====================

.. note::
   | If your bonus isn't supported, feel free to add them yourself and make a pull request.
   | Take a look at :ref:`custom-tests` and :ref:`developers`.