Author: lyalyakin Date: Fri Sep 11 18:58:30 2026 New Revision: 1938112 Log: Minor update of the CMake test section in INSTALL.
* INSTALL (II.D.3): Typofix in the name of the ctest command. Mention the SVN_ENABLE_TESTS option, which is required to build the tests. Modified: subversion/trunk/INSTALL Modified: subversion/trunk/INSTALL ============================================================================== --- subversion/trunk/INSTALL Fri Sep 11 18:45:04 2026 (r1938111) +++ subversion/trunk/INSTALL Fri Sep 11 18:58:30 2026 (r1938112) @@ -418,7 +418,9 @@ II. INSTALLATION D.3 Running the test suite under the CMake build system - Run the ctests command from the build directory. + The tests are built when the SVN_ENABLE_TESTS option is set to ON. + + Run the ctest command from the build directory to run the tests. E. Building a Subversion server
