Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/source/testing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ pushing new commits will trigger the tests.
Obtaining and configuring the test suite
----------------------------------------
Portions of the test suite are linked to the OpenFAST repository through a
`git submodule`. Specifically, the following two repositories are included:
`git submodule`. Specifically, the following repository is included:

- `r-test <https://github.com/openfast/r-test>`__
- `pFUnit <https://github.com/Goddard-Fortran-Ecosystem/pFUnit>`__

.. tip::

Expand All @@ -56,8 +55,8 @@ build process with an additional CMake flag:
# BUILD_TESTING - Build the testing tree (Default: OFF)
cmake .. -DBUILD_TESTING:BOOL=ON

Aside from this flag, the default CMake configuration is suitable for most systems.
See the :ref:`understanding_cmake` section for more details on configuring
the CMake targets. While the unit tests must be built with CMake due to its external
dependencies, the regression test may be executed without CMake, as described in
:ref:`python_driver`.
Aside from this flag, the default CMake configuration is suitable for most
systems. See the :ref:`understanding_cmake` section for more details on
configuring the CMake targets. While the unit tests must be built with CMake due
to its dependency on `test_drive` (included in the source code), the regression
test may be executed without CMake, as described in :ref:`python_driver`.
1 change: 0 additions & 1 deletion docs/source/testing/unit_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ Some useful topics to consider when developing and testing for OpenFAST are:

- `Test driven development <https://en.wikipedia.org/wiki/Test-driven_development#Test-driven_development_cycle>`__
- `Separation of concerns <https://en.wikipedia.org/wiki/Separation_of_concerns>`__
- `pFUnit usage <http://pfunit.sourceforge.net/page_Usage.html>`__