[blfs] 01/02: libical: turn on LIBICAL_BUILD_TESTING as needed
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 139c7643ee40b74045b0a09a8149587022adba7a Author: Xi Ruoyao <[email protected]> AuthorDate: Mon Jun 1 09:12:39 2026 +0800 libical: turn on LIBICAL_BUILD_TESTING as needed --- general/genlib/libical.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/general/genlib/libical.xml b/general/genlib/libical.xml index 23fba1db5b..063c705b56 100644 --- a/general/genlib/libical.xml +++ b/general/genlib/libical.xml @@ -130,11 +130,13 @@ make -j1</userinput></screen> <screen remap="doc"><userinput>make docs</userinput></screen> <para> - If you wish to run the tests, add the - <option>-D LIBICAL_BUILD_TESTING=ON</option> option to CMake when - configuring this package and then issue: <command>make test</command>. + If you wish to run the tests, issue: </para> +<screen remap="test"><userinput>cmake .. -D LIBICAL_BUILD_TESTING=ON && +make && +make test</userinput></screen> + <para> Now, as the <systemitem class="username">root</systemitem> user: </para> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page