Ignore:
Timestamp:
08/11/2020 07:52:15 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
82a9ecf
Parents:
6ed2c18
Message:

Fuse-3.9.3
LVM2-2.03.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse3.xml

    r6ed2c18 r8ec0245  
    77  <!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz">
    88  <!ENTITY fuse3-download-ftp  " ">
    9   <!ENTITY fuse3-md5sum        "beb65b13b87840fcafdaba170239b5f7">
    10   <!ENTITY fuse3-size          "1.6 MB">
    11   <!ENTITY fuse3-buildsize     "105 MB">
    12   <!ENTITY fuse3-time          "0.1 SBU">
     9  <!ENTITY fuse3-md5sum        "08d5cfab0e9e7e9b1f4c72179930a9ab">
     10  <!ENTITY fuse3-size          "1.7 MB">
     11  <!ENTITY fuse3-buildsize     "125 MB">
     12  <!ENTITY fuse3-time          "0.1 SBU (add 0.4 SBU for tests)">
    1313]>
    1414
     
    7777    <bridgehead renderas="sect4">Optional</bridgehead>
    7878    <para role="optional">
    79       <xref linkend="doxygen"/> (to rebuild the API documentation)
     79      <xref linkend="doxygen"/> (to rebuild the API documentation) and
     80      <ulink url="https://pypi.org/project/pytest/">pytest</ulink> (for tests)
    8081    </para>
    8182
     
    9596<screen><literal>File systems  ---&gt;
    9697  &lt;*/M&gt; FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
     98
     99    <para>
     100      Character devices in user space should be enabled too for running the
     101      tests:
     102    </para>
     103
     104<screen><literal>File systems  ---&gt;
     105  &lt;*/M&gt; FUSE (Filesystem in Userspace) support  [CONFIG_FUSE_FS]
     106  &lt;*/M&gt;   Character device in Userspace support [CONFIG_CUSE]</literal></screen>
    97107
    98108    <indexterm zone="fuse3 fuse-kernel">
     
    125135<screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen>
    126136
     137<!--
    127138    <para>
    128139      This package does not come with a test suite.
     140    </para>
     141-->
     142
     143    <para>
     144      To test the results, run (as the <systemitem
     145      role="username">root</systemitem> user):
     146    </para>
     147
     148<screen role="root"
     149        remap="test"><userinput>python3 -m pytest test/</userinput></screen>
     150
     151    <para>
     152      The <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
     153       Python module is needed for the tests.
    129154    </para>
    130155
Note: See TracChangeset for help on using the changeset viewer.