aboutsummaryrefslogtreecommitdiff
path: root/docs/bonus.rst
blob: d0e94f70dd0fdcef7cbca2cd4118a1b57e6c2eda (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
27
28
29
.. _bonus:

Bonus
=====

.. program:: minishell_test


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`.