Skip to content

Commit

Permalink
[documentation] Fix file paths in tests documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaMoel authored and gempa-jabe committed Jan 15, 2021
1 parent 50814d8 commit 3204826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/base/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ files in the directory :code:`${CMAKE_CURRENT_SOURCE_DIR}/test/{libraryname}`
and creates tests from them.

An example is the |scname| core library. It is located at
:code:`src/trunk/lib/seiscomp`. Following the above rule, the test files
shall be located in :code:`src/trunk/lib/seiscomp/test/core/*.cpp`. For each
:code:`src/base/common/libs/seiscomp`. Following the above rule, the test files
shall be located in :code:`src/base/common/libs/seiscomp/test/core/*.cpp`. For each
found source file, the macro will create a test with the same name and link
its executable against the library the tests are built for.

Expand Down

0 comments on commit 3204826

Please sign in to comment.