Skip to content

Commit

Permalink
Merge pull request #7596 from catwasd/catwasd/fix-dev-in-unit-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Aug 1, 2023
1 parent 9437a7f commit e81c6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing/development/core_and_modules/unit_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ arguments for doctest.

.. note::

Tests are compiled automatically if you use the ``dev=yes`` SCons option.
``dev=yes`` is recommended if you plan on contributing to the engine
Tests are compiled automatically if you use the ``dev_mode=yes`` SCons option.
``dev_mode=yes`` is recommended if you plan on contributing to the engine
development as it will automatically treat compilation warnings as errors.
The continuous integration system will fail if any compilation warnings are
detected, so you should strive to fix all warnings before opening a pull
Expand Down

0 comments on commit e81c6a9

Please sign in to comment.