Skip to content

Commit

Permalink
Merge pull request #8468 from apmasell/issue8452
Browse files Browse the repository at this point in the history
Reference test suite in installation documentation
  • Loading branch information
sklam committed Oct 6, 2022
2 parents c91ebaa + 6abd8f5 commit dbce821
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/developer/contributing.rst
Expand Up @@ -150,6 +150,8 @@ Note that Numba's CI and the conda recipe for Linux build with the ``--werror``
and ``--wall`` flags, so any contributions that change the CPython extensions
should be tested with these flags too.

.. _running-tests:

Running tests
'''''''''''''

Expand Down
3 changes: 3 additions & 0 deletions docs/source/user/installing.rst
Expand Up @@ -132,6 +132,9 @@ Then you can build and install Numba from the top level of the source tree::

$ python setup.py install

If you wish to run the test suite, see the instructions in the
:ref:`developer documentation <running-tests>`.

.. _numba-source-install-env_vars:

Build time environment variables and configuration of optional components
Expand Down

0 comments on commit dbce821

Please sign in to comment.