Changeset f8525af6


Ignore:
Timestamp:
09/08/2018 07:47:48 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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:
bfe8dc3f
Parents:
0191b610
Message:

Add instructions for regression tests to keyutils

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/keyutils.xml

    r0191b610 rf8525af6  
    7272<screen><userinput>make</userinput></screen>
    7373
    74     <para>This package does not come with a test suite.</para>
    75     <!-- Actually it does, but need to /usr\/bin/ s|/usr|| test/ tests/Makefile
    76 
    77     Also there are some needed kernel options.  I've not checked it out yet,
    78     but I think CONFIG_KEY_DH_OPERATIONS need to be set.  There may be some
    79     additional options needed. - Bruce -->
     74    <para>To test the results, issue, as the
     75    <systemitem class="username">root</systemitem> user: </para>
     76
     77<screen role="root"><userinput>sed -i '/find/s:/usr/bin/::' tests/Makefile &amp;&amp;
     78make -k test </userinput></screen>
     79
     80    <para>Note that several tests will fail if certain uncommon kernel options
     81    were not used when the kernel was built.  These include CONFIG_BIG_KEYS,
     82    CONFIG_KEY_DH_OPERATIONS, and CONFIG_CRYPTO_DH.</para>
    8083
    8184    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    r0191b610 rf8525af6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Add instructions for regression tests to keyutils.
     49          Completes <ulink url="&blfs-ticket-root;11073">#11073</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to atk-2.30.0. Fixes
    4953          <ulink url="&blfs-ticket-root;11070">#11070</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.