Changeset 3c8e262 for x


Ignore:
Timestamp:
08/08/2024 04:47:51 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
1a9275a
Parents:
2652614
git-author:
Xi Ruoyao <xry111@…> (08/08/2024 04:20:22 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/08/2024 04:47:51 PM)
Message:

libei: Test suite needs Python 3 structlog module, ...

and remove the redundant explanation of -D tests=disabled (because we
already have the meson configure command with an explanation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libei.xml

    r2652614 r3c8e262  
    7878      <xref linkend="libevdev"/>,
    7979      <xref linkend="libxkbcommon"/>,
    80       <xref linkend="libxml2"/>, and
    81       <ulink url="https://github.com/nemequ/munit">munit</ulink>
     80      <xref linkend="libxml2"/>,
     81      <ulink url="https://github.com/nemequ/munit">munit</ulink>, and
     82      <ulink url="https://pypi.org/project/structlog/">structlog</ulink>
    8283    </para>
    8384  </sect2>
     
    99100    <para>
    100101      This package does come with a test suite, but it requires an external
    101       dependency. If you have
    102       <ulink url="https://github.com/nemequ/munit">munit</ulink> installed and
    103       wish to run the test suite, run the following commands:
     102      dependency. If you have both
     103      <ulink url="https://github.com/nemequ/munit">munit</ulink> and
     104      <ulink url="https://pypi.org/project/structlog/">structlog</ulink>
     105      installed, and you wish to run the test suite, run the following
     106      commands:
    104107    </para>
    105108
     
    120123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    121124      href="../../xincludes/meson-buildtype-release.xml"/>
    122 
    123     <para>
    124       <parameter>-D tests=disabled</parameter>: This switch avoids a dependency
    125       on <ulink url="https://github.com/nemequ/munit">munit</ulink>. Remove this
    126       switch if you have <application>munit</application> installed and wish to
    127       run the test suite.
    128     </para>
    129    
    130125  </sect2>
    131126
Note: See TracChangeset for help on using the changeset viewer.