Changeset 2dd6b6b for networking


Ignore:
Timestamp:
12/05/2023 07:50:06 AM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
e380167
Parents:
5a809f3
Message:

libnl: Add kernel configuration for test suite

Location:
networking/netlibs
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnl.xml

    r5a809f3 r2dd6b6b  
    145145
    146146    <para>
    147       This package does not come with a working test suite.
    148       <!--To test the results, issue: <command>make check</command>.
    149       One subtest is known to fail.-->
    150       <!-- If the kernel does not have CONFIG_IPC_NS=y, one subtest tests/check-all
    151       fails.  If it does have it, the subtest still fails in a different place
    152       for unknown reasons. Version 3.6.0. -->
     147      If you wish to run the tests, check that the following options
     148      are enabled in the kernel configuration and recompile the kernel
     149      if necessary.  Some of them may not be strictly needed, but they
     150      should support a complete test coverage.
     151    </para>
     152
     153    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     154      href="libnl-test-kernel.xml"/>
     155
     156    <para>
     157      To test the results, issue: <command>make check</command>.
    153158    </para>
    154159
Note: See TracChangeset for help on using the changeset viewer.