Ignore:
Timestamp:
10/15/2013 09:42:34 AM (11 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5029019
Parents:
e0f779c
Message:

Modify tests and dependencies for dbus-1.6.16.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    re0f779c rc802d3c  
    9595    <para role="optional">
    9696      <xref linkend="dbus-glib"/> (to run tests),
    97       <xref linkend="python2"/> (to run tests) and
     97      <xref linkend="dbus-python"/> (to run tests) and
    9898      <xref linkend="doxygen"/> (to generate the API documentation)
    9999    </para>
     
    170170    </para>
    171171
    172 <!-- Replaced this: ./configure \-\-enable-tests \-\-enable-asserts &amp;&amp;-->
    173 <screen><userinput>make distclean                                                 &amp;&amp;
    174 sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in &amp;&amp;
    175 ./configure --enable-embedded-tests --enable-asserts           &amp;&amp;
    176 make                                                           &amp;&amp;
    177 make check                                                     &amp;&amp;
     172<screen><userinput>make distclean                              &amp;&amp;
     173./configure --enable-tests --enable-asserts &amp;&amp;
     174make                                        &amp;&amp;
     175make check                                  &amp;&amp;
    178176make distclean</userinput></screen>
     177
     178    <para>
     179      If run-test.sh fails, it can be disabled with the following sed, before
     180      running the commands for the tests:
     181    </para>
     182
     183<screen><userinput>sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in</userinput></screen>
    179184
    180185    <para>
     
    189194  <sect2 role="commands">
    190195    <title>Command Explanations</title>
    191 
    192     <para>
    193       <command>sed -i -e 's:run-test.sh:$(NULL):g' ... </command>: Disable a
    194       test that fails.
    195     </para>
    196196
    197197    <para>
Note: See TracChangeset for help on using the changeset viewer.