Ignore:
Timestamp:
01/09/2020 05:51:42 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5b379d07
Parents:
6e493187
Message:

Add tests to elogind, and add as comments possible addition for next version

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22558 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r6e493187 rcce4984  
    99  <!ENTITY elogind-md5sum        "fb5ba9da1115d68d2b6cdbcd10167b7d">
    1010  <!ENTITY elogind-size          "1.3 MB">
    11   <!ENTITY elogind-buildsize     "56 MB">
     11  <!ENTITY elogind-buildsize     "56 MB (add 1 MB for tests)">
    1212  <!ENTITY elogind-time          "0.4 SBU (NINJAJOBS=1)">
    1313]>
     
    132132                [*]    Tmpfs POSIX Access Control Lists  [CONFIG_TMPFS_POSIX_ACL]</literal></screen>
    133133
     134    <para>
     135      In addition, some tests need the userspace cryptographic kernel API, which
     136      is enabled with:
     137    </para>
     138
     139<screen><literal>
     140-*- Cryptographic API ---&gt;                               [CONFIG_CRYPTO]
     141   &lt;M/*&gt; Userspace cryptographic algorithm configuration [CONFIG_CRYPTO_USER]
     142   &lt;M/*&gt; User-space interface for hash algorithms        [CONFIG_CRYPTO_USER_API_HASH]</literal></screen>
     143
    134144    <indexterm zone="elogind elogind-kernel">
    135145      <primary sortas="d-elogind">elogind</primary>
     
    161171      -Dcgroup-controller=elogind          \
    162172      -Ddbuspolicydir=/etc/dbus-1/system.d \
    163       ..  &amp;&amp;
     173<!-- needed in 243.4      -Dman=auto                           \
     174-->      ..  &amp;&amp;
    164175ninja</userinput></screen>
    165176
    166177    <para>
    167       This package does not come with a test suite.
     178      To test the results, issue: <command>ninja test</command>. A few tests
     179      are skipped if not run with <systemitem class="username">root</systemitem>
     180      privileges.
    168181    </para>
    169182
     
    192205      directory.
    193206    </para>
     207<!-- added in 243.4
     208    <para>
     209      <parameter>-Dman=auto</parameter>: The default value of this switch is
     210      <emphasis>false</emphasis>. Setting it to <emphasis>auto</emphasis>
     211      allows building and installing the man pages if the recommended
     212      dependencies are installed.
     213    </para>-->
    194214
    195215    <para>
Note: See TracChangeset for help on using the changeset viewer.