From e21429172b811c5f3363ad83bcb68b7d1039b252 Mon Sep 17 00:00:00 2001 From: gouriano Date: Mon, 15 Jul 2024 07:53:23 -0400 Subject: [PATCH] Update ch_cmconfig.md --- pages/ch_cmconfig.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/ch_cmconfig.md b/pages/ch_cmconfig.md index 68938989..fec25966 100644 --- a/pages/ch_cmconfig.md +++ b/pages/ch_cmconfig.md @@ -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: