Skip to content

Commit

Permalink
Merge pull request #363 from gouriano/patch-68
Browse files Browse the repository at this point in the history
Update ch_cmconfig.md
  • Loading branch information
vserova authored Jul 15, 2024
2 parents 4c561f4 + e214291 commit 78bf8c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/ch_cmconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,11 @@ This approach allows to define custom target only when all the requirements are

## Testing

The build system supports two test frameworks - NCBI and CMake one. To use NCBI test framework on Linux, in the root directory execute the following command:
The build system supports two test frameworks - NCBI and CMake one. To use NCBI test framework on Linux, in the build directory execute the following command:

make check; ./check.sh run
make check

Test outputs can be found in *CMake-GCC730-ReleaseDLL/check* directory. Please note that the NCBI test framework does not support [Unrelated source trees](#ch_cmconfig._unrelated).

To use CMake testing framework:

Expand Down

0 comments on commit 78bf8c5

Please sign in to comment.