Ignore:
Timestamp:
01/06/2020 11:16:28 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
e5937bd
Parents:
3386e38
Message:

Fix problems with libseccomp-2.4.2+/linux-5.4+ and the shmat() syscall in systemd.
Adapt the test suite in libxcb to check-0.13.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    r3386e38 rb29b596  
    114114make</userinput></screen>
    115115
     116    <para>
     117      If you wish to run the tests, adapt the test suite to Check-0.13.0+
     118      using the following commands:
     119    </para>
     120
     121<screen><userinput>sed -i "s/TFun tf/const TTest *tt/" tests/check_all.c tests/check_suites.h &amp;&amp;
     122sed -i "s/tcase_add_test(tc, tf);/tcase_add_test(tc, tt);/" tests/check_all.c</userinput></screen>
     123
    116124    <para>To test the results, issue: <command>make check</command>.</para>
    117125
Note: See TracChangeset for help on using the changeset viewer.