Changeset 4947a7a


Ignore:
Timestamp:
10/15/2013 11:23:47 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:
0165a3fe
Parents:
5029019
Message:

Rephrase tests intructions for dbus-1.6.16.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r5029019 r4947a7a  
    9595    <para role="optional">
    9696      <xref linkend="dbus-glib"/> (to run tests),
    97       <xref linkend="dbus-python"/> (to run tests) and
     97      <xref linkend="python2"/> (to run tests),
     98      <xref linkend="dbus-python"/> (to run tests), and
    9899      <xref linkend="doxygen"/> (to generate the API documentation)
    99100    </para>
     
    163164    <para>
    164165      The dbus tests cannot be run until after <xref linkend="dbus-glib"/>
    165       has been installed. The tests require passing additional parameters to
    166       <command>configure</command> and exposing additional functionality in the
    167       binaries. These interfaces are not intended to be used in a production
    168       build of <application>D-Bus</application>.  If you would like to run the
    169       unit tests, issue the following commands:
     166      has been installed.  If you want to run only the unit tests, replace,
     167      below, <parameter>--enable-tests</parameter> by
     168      <parameter>--enable-embedded-tests</parameter>, otherwise,
     169      <xref linkend="dbus-python"/> has to be installed, before.
     170      The tests require passing additional parameters to
     171      <command>configure</command> and exposing additional functionality in
     172      the binaries. These interfaces are not intended to be used in a
     173      production build of <application>D-Bus</application>.  If you would
     174      like to run the tests, issue the following commands:
    170175    </para>
    171176
     
    177182
    178183    <para>
    179       If run-test.sh fails, it can be disabled with the following sed, before
    180       running the commands for the tests:
     184      If <command>run-test.sh</command> fails, it can be disabled with the
     185      following sed, before running the commands for the tests:
    181186    </para>
    182187
     
    216221    <para>
    217222      <parameter>--enable-tests</parameter>: Build extra parts of the code to
    218       support testing. Configure will end with a NOTE warning about this.
     223      support all tests. Configure will end with a NOTE warning about increased
     224      size of libraries and decreased security.
     225    </para>
     226
     227    <para>
     228      <parameter>--enable-embedded-tests</parameter>: Build extra parts of the
     229      code to support only unit tests. Configure will end with a NOTE warning
     230      about increased size of libraries and decreased security.
    219231    </para>
    220232
Note: See TracChangeset for help on using the changeset viewer.